summaryrefslogtreecommitdiff
path: root/.helix
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-26 09:21:40 +0100
committerJoe Carstairs <me@joeac.net>2026-07-26 09:21:40 +0100
commit6f5c91c7c38a2729dfaa20ae309a3f21e43f301b (patch)
tree518cc9a80ae6bbc57468c44651734718461b8f0b /.helix
parent329956ddd8e3bd70dcccf3e660c4e7e3745d24ea (diff)
gitignore editor settings
Diffstat (limited to '.helix')
-rw-r--r--.helix/languages.toml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.helix/languages.toml b/.helix/languages.toml
deleted file mode 100644
index 8bfcae9..0000000
--- a/.helix/languages.toml
+++ /dev/null
@@ -1,6 +0,0 @@
-[language-server.astro.config]
-typescript = { tsdk = "node_modules/typescript/lib" }
-
-[[language]]
-name = "astro"
-indent = { tab-width = 4, unit = " " }