38 lines
866 B
TOML
38 lines
866 B
TOML
theme = 'rose_pine'
|
|
|
|
[editor]
|
|
line-number = 'relative'
|
|
cursorline = true
|
|
auto-format = false
|
|
bufferline = 'multiple'
|
|
true-color = true
|
|
color-modes = true
|
|
end-of-line-diagnostics = 'hint'
|
|
|
|
[editor.statusline]
|
|
left = ['mode', 'spinner', 'spacer', 'version-control', 'spacer', 'separator', 'file-name', 'read-only-indicator', 'file-modification-indicator']
|
|
center = []
|
|
right = ['diagnostics', 'selections', 'register', 'file-line-ending', 'file-encoding', 'file-type', 'position', 'position-percentage']
|
|
separator = '│'
|
|
mode.normal = 'NORMAL'
|
|
mode.insert = 'INSERT'
|
|
mode.select = 'SELECT'
|
|
|
|
[editor.cursor-shape]
|
|
normal = 'block'
|
|
insert = 'bar'
|
|
select = 'underline'
|
|
|
|
[editor.whitespace.render]
|
|
space = 'all'
|
|
tab = 'all'
|
|
nbsp = 'all'
|
|
nnbsp = 'all'
|
|
|
|
[editor.inline-diagnostics]
|
|
cursor-line = 'hint'
|
|
|
|
[keys.normal]
|
|
'F7' = 'goto_previous_buffer'
|
|
'F8' = 'goto_next_buffer'
|