diff --git a/dot_config/nvim/lua/plugins/nvim-lspconfig.lua.tmpl b/dot_config/nvim/lua/plugins/nvim-lspconfig.lua.tmpl index 99a7c53..0ef56fa 100644 --- a/dot_config/nvim/lua/plugins/nvim-lspconfig.lua.tmpl +++ b/dot_config/nvim/lua/plugins/nvim-lspconfig.lua.tmpl @@ -5,15 +5,18 @@ return { opts = { servers = { -- data/conf + {{ if not .isServer -}} sqlls = {}, + {{ end -}} taplo = {}, -- web html = { - filetypes = { "html", "liquid" }, + filetypes = { "html" {{ if not .isServer }}, "liquid"{{ end }} }, }, css_variables = { mason = false }, cssls = {}, + {{ if not .isServer -}} denols = {}, volar = { filetypes = { @@ -34,6 +37,7 @@ return { }, }, }, + {{ end -}} emmet_language_server = { filetypes = { "css", @@ -72,10 +76,12 @@ return { }, }, + {{ if not .isServer -}} -- php phpactor = { filetypes = { "php", "blade" }, }, + {{ end -}} -- shell bashls = {},