diff --git a/dot_config/nvim/lua/plugins/lsp.lua.tmpl b/dot_config/nvim/lua/plugins/lsp.lua.tmpl index c1a44e1..b72c6c6 100644 --- a/dot_config/nvim/lua/plugins/lsp.lua.tmpl +++ b/dot_config/nvim/lua/plugins/lsp.lua.tmpl @@ -64,8 +64,14 @@ local function config() sqlls = {}, vimls = {}, yamlls = {}, + cmake = {}, + cssls = {}, + rubocop = {}, + ruby_ls = {}, + rome = {}, --{{ if lookPath "node" -}} eslint = {}, + tsserver = {}, --{{- end }} --{{ if lookPath "go" -}} gopls = {},