summaryrefslogtreecommitdiff
path: root/.config/helix/languages.toml
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-07-05 21:26:41 -0400
committerSam Nystrom <sam@samnystrom.dev>2023-07-05 21:26:41 -0400
commiteeb0380deff89a6d281b645007460e68c159468f (patch)
tree767d5509e2c4902171ec059d396c32fbe9d5aaf0 /.config/helix/languages.toml
parente5c8f244466ff4da4b12c1bbfd2292a8408ff1d2 (diff)
Remove Helix config
Diffstat (limited to '.config/helix/languages.toml')
-rw-r--r--.config/helix/languages.toml11
1 files changed, 0 insertions, 11 deletions
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" } }