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

@@ -20,3 +20,4 @@ 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"]