23 lines
300 B
Nix
23 lines
300 B
Nix
{...}: ''
|
|
theme = "mytheme"
|
|
|
|
[editor]
|
|
line-number = "relative"
|
|
middle-click-paste = false
|
|
true-color = true
|
|
|
|
[editor.cursor-shape]
|
|
insert = "bar"
|
|
|
|
[editor.auto-pairs]
|
|
'(' = ')'
|
|
'{' = '}'
|
|
'[' = ']'
|
|
'"' = '"'
|
|
"'" = "'"
|
|
'<' = '>'
|
|
|
|
[editor.lsp]
|
|
display-messages = true
|
|
''
|