26 lines
415 B
TOML
26 lines
415 B
TOML
theme = "mico"
|
|
|
|
[editor]
|
|
line-number = "absolute"
|
|
mouse = true
|
|
end-of-line-diagnostics = "hint"
|
|
bufferline = "always"
|
|
shell = ["nu", "-c"]
|
|
|
|
[editor.inline-diagnostics]
|
|
cursor-line = "warning"
|
|
|
|
[editor.cursor-shape]
|
|
insert = "bar"
|
|
normal = "block"
|
|
select = "underline"
|
|
|
|
[editor.file-picker]
|
|
hidden = false
|
|
|
|
[keys.normal]
|
|
K = "hover"
|
|
G = "diagnostics_picker"
|
|
C-S-c = "yank_to_primary_clipboard"
|
|
C-S-v = "paste_after"
|