nvim: many changes

This commit is contained in:
gyoder 2025-07-30 11:58:47 -06:00
parent f571b53d32
commit 7f9cb6e767
7 changed files with 63 additions and 10 deletions

View file

@ -54,13 +54,9 @@ vim.lsp.enable("gopls")
vim.lsp.enable("tinymist")
vim.lsp.enable("cspell-ls")
vim.lsp.config('textlsp', {
on_attach = function()
print('textlsp is now active in this file')
end,
})
vim.lsp.enable("textlsp")
vim.lsp.enable("astro")
-- https://lsp-zero.netlify.app/blog/lsp-client-features.html