gopls too

This commit is contained in:
2025-12-01 23:32:59 +00:00
parent 88ae22777a
commit 7932a59331

View File

@@ -1,8 +1,9 @@
require'lspconfig'.clangd.setup{ -- Updated to use vim.lsp.config (nvim 0.11+) instead of deprecated lspconfig
vim.lsp.config.clangd = {
cmd = { "nicer", "clangd" } cmd = { "nicer", "clangd" }
} }
require'lspconfig'.gopls.setup{ vim.lsp.config.gopls = {
cmd = { "nicer", "@gopls@/bin/gopls" } cmd = { "nicer", "@gopls@/bin/gopls" }
} }