added stuff

This commit is contained in:
Grace Yoder 2026-02-26 10:44:37 -05:00
parent dc6f417fa6
commit cda7057563
No known key found for this signature in database
6 changed files with 57 additions and 12 deletions

View file

@ -24,6 +24,7 @@ vim.lsp.config('ty', {
})
-- vim.lsp.enable("ty")
vim.lsp.enable("ruff")
@ -56,7 +57,7 @@ vim.lsp.enable("gopls")
vim.lsp.enable("tinymist")
vim.lsp.enable("cspell-ls")
-- vim.lsp.enable("cspell-ls")
vim.lsp.enable("astro")