Add files via upload
This commit is contained in:
@@ -1,22 +1,23 @@
|
|||||||
theme = "focus_nova"
|
theme = "focus_nova"
|
||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
line-number = "relative"
|
line-number = "relative"
|
||||||
cursorline = true
|
cursorline = true
|
||||||
color-modes = true
|
color-modes = true
|
||||||
|
|
||||||
[editor.cursor-shape]
|
[editor.cursor-shape]
|
||||||
insert = "bar"
|
insert = "bar"
|
||||||
normal = "block"
|
normal = "block"
|
||||||
select = "underline"
|
select = "underline"
|
||||||
|
|
||||||
[editor.indent-guides]
|
[editor.indent-guides]
|
||||||
render = true
|
render = true
|
||||||
|
|
||||||
[keys.normal]
|
[keys.normal]
|
||||||
C-right = "move_next_word_start"
|
C-right = "move_next_word_start"
|
||||||
C-left = "move_prev_word_end"
|
C-left = "move_prev_word_end"
|
||||||
|
|
||||||
[keys.insert]
|
[keys.insert]
|
||||||
C-right = "move_next_word_start"
|
C-right = "move_next_word_start"
|
||||||
C-left = "move_prev_word_end"
|
C-left = "move_prev_word_end"
|
||||||
|
|
||||||
|
|||||||
2
helix/languages.toml
Normal file
2
helix/languages.toml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[language-server.clangd]
|
||||||
|
args = ["--header-insertion=never"]
|
||||||
Reference in New Issue
Block a user