1 2 3 4 5 6 7 8
vim.lsp.config('*', { root_markers = { '.git' }, }) vim.lsp.enable({ "gopls", "clangd", "lua_ls", })