From 448364815bfd02a898ef492367c876eee3e492a2 Mon Sep 17 00:00:00 2001 From: Francesco Date: Fri, 12 Sep 2025 03:28:39 +0200 Subject: [PATCH] Add files via upload --- helix/config.toml | 45 ++++++++++++++++++++++---------------------- helix/languages.toml | 2 ++ 2 files changed, 25 insertions(+), 22 deletions(-) create mode 100644 helix/languages.toml diff --git a/helix/config.toml b/helix/config.toml index a4f521a..d643ef2 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -1,22 +1,23 @@ -theme = "focus_nova" - -[editor] -line-number = "relative" -cursorline = true -color-modes = true - -[editor.cursor-shape] -insert = "bar" -normal = "block" -select = "underline" - -[editor.indent-guides] -render = true - -[keys.normal] -C-right = "move_next_word_start" -C-left = "move_prev_word_end" - -[keys.insert] -C-right = "move_next_word_start" -C-left = "move_prev_word_end" +theme = "focus_nova" + +[editor] +line-number = "relative" +cursorline = true +color-modes = true + +[editor.cursor-shape] +insert = "bar" +normal = "block" +select = "underline" + +[editor.indent-guides] +render = true + +[keys.normal] +C-right = "move_next_word_start" +C-left = "move_prev_word_end" + +[keys.insert] +C-right = "move_next_word_start" +C-left = "move_prev_word_end" + diff --git a/helix/languages.toml b/helix/languages.toml new file mode 100644 index 0000000..573c456 --- /dev/null +++ b/helix/languages.toml @@ -0,0 +1,2 @@ +[language-server.clangd] +args = ["--header-insertion=never"]