Updated helix config

This commit is contained in:
Paul Lopez
2025-12-04 11:58:44 -06:00
parent efbd354346
commit e335e58762
2 changed files with 39 additions and 8 deletions

View File

@@ -2,11 +2,18 @@ theme = "darcula-solid"
[editor]
line-number = "relative"
end-of-line-diagnostics = "hint"
[editor.statusline]
mode.normal = "NORMAL"
mode.insert = "INSERT"
mode.select = "SELECT"
[editor.inline-diagnostics]
cursor-line = "error"
[editor.lsp]
display-inlay-hints = true
[keys.insert]
C-space = "completion"