Add golang support

This commit is contained in:
2025-06-05 11:27:28 +05:00
parent 262ec8928a
commit 8655b5cc53
3 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
require("nvchad.configs.lspconfig").defaults()
local servers = { "html", "cssls", "jdtls" }
local servers = { "html", "cssls", "jdtls", "clangd", "clangd", "gopls" }
vim.lsp.enable(servers)