1
0
Fork 0

nvim: Enable go language server

This commit is contained in:
Olli 2026-02-22 12:23:54 +01:00
commit 788ffcf960

View file

@ -119,6 +119,7 @@ return {
vim.lsp.buf.format({async = false}) vim.lsp.buf.format({async = false})
end end
}) })
vim.lsp.enable('gopls')
-- PHP -- PHP
vim.lsp.enable('phpactor') vim.lsp.enable('phpactor')