diff options
Diffstat (limited to '.config/helix')
| -rw-r--r-- | .config/helix/config.toml | 8 | ||||
| -rw-r--r-- | .config/helix/languages.toml | 11 | ||||
| -rw-r--r-- | .config/helix/themes/ctp.toml | 6 |
3 files changed, 0 insertions, 25 deletions
diff --git a/.config/helix/config.toml b/.config/helix/config.toml deleted file mode 100644 index d11b05b..0000000 --- a/.config/helix/config.toml +++ /dev/null @@ -1,8 +0,0 @@ -theme = "ctp" - -[editor] -gutters = [ "diagnostics", "spacer", "line-numbers", "spacer", "diff" ] -bufferline = "always" -line-number = "relative" -mouse = false -indent-guides = { render = true } diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml deleted file mode 100644 index 83d3028..0000000 --- a/.config/helix/languages.toml +++ /dev/null @@ -1,11 +0,0 @@ -[[language]] -name = "bash" -indent = { tab-width = 2, unit = " " } - -[[language]] -name = "c" -indent = { tab-width = 8, unit = " " } - -[[language]] -name = "rust" -config = { checkOnSave = { command = "clippy" } } diff --git a/.config/helix/themes/ctp.toml b/.config/helix/themes/ctp.toml deleted file mode 100644 index 597d17c..0000000 --- a/.config/helix/themes/ctp.toml +++ /dev/null @@ -1,6 +0,0 @@ -inherits = "catppuccin_macchiato" - -hint = { fg = "text" } -info = { fg = "blue" } -warning = { fg = "peach" } -error = { fg = "red" } |
