updated golang and node lsp

This commit is contained in:
Walter Jenkins 2025-11-22 13:19:58 -06:00
parent 80b5d665fe
commit 3708c5608e
4 changed files with 103 additions and 41 deletions

View file

@ -13,7 +13,7 @@ return {
lazy = false,
dependencies = { "williamboman/mason.nvim" },
opts = {
ensure_installed = { "gopls", "ts_ls", "templ", "astro" },
ensure_installed = { "gopls", "templ", "astro" },
automatic_installation = true,
automatic_setup = false, -- IMPORTANT: don't auto-setup servers
},