Add files via upload

This commit is contained in:
2025-09-12 03:28:39 +02:00
committed by GitHub
parent d462721bb8
commit 448364815b
2 changed files with 25 additions and 22 deletions

View File

@@ -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
View File

@@ -0,0 +1,2 @@
[language-server.clangd]
args = ["--header-insertion=never"]