From af6486f9fc917dc01466423eeaee56f05c419d87 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Mon, 22 Apr 2024 19:36:16 -0700 Subject: [PATCH] Update .config/nvim/lua/plugins/nvim-lspconfig.lua --- dot_config/nvim/lua/plugins/nvim-lspconfig.lua.tmpl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 = {},