Update nvim config & claude alias

This commit is contained in:
Gabriel
2026-06-05 11:06:09 -04:00
parent 11202d06d9
commit 7461c88b98
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -26,6 +26,10 @@ return {
intelephense = {},
-- Python
pyright = {},
-- Disabled: ltex grammar/spell LSP runs a ~1GB JVM and auto-attaches to
-- markdown/text/html/gitcommit/etc. via mason-lspconfig automatic_enable.
ltex = { enabled = false },
ltex_plus = { enabled = false },
},
},
},