create helix/config.toml
This commit is contained in:
30
dotfiles/.config/helix/config.toml
Normal file
30
dotfiles/.config/helix/config.toml
Normal file
@@ -0,0 +1,30 @@
|
||||
theme = "kanagawa"
|
||||
|
||||
[editor]
|
||||
line-number = "relative"
|
||||
auto-pairs = false
|
||||
auto-completion = false
|
||||
end-of-line-diagnostics = "hint"
|
||||
|
||||
[editor.cursor-shape]
|
||||
insert = "bar"
|
||||
normal = "block"
|
||||
select = "underline"
|
||||
|
||||
[editor.lsp]
|
||||
auto-signature-help = false
|
||||
|
||||
[editor.whitespace.render]
|
||||
space = "all"
|
||||
tab = "all"
|
||||
nbsp = "none"
|
||||
nnbsp = "none"
|
||||
newline = "none"
|
||||
|
||||
[editor.indent-guides]
|
||||
render = true
|
||||
character = "╎"
|
||||
skip-levels = 1
|
||||
|
||||
[editor.inline-diagnostics]
|
||||
cursor-line = "warning"
|
||||
Reference in New Issue
Block a user