From e2a9db1d678d5c8e39680350063532a18a0940ea Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Fri, 26 Jan 2024 18:39:29 +0100 Subject: [PATCH] nvim: add glsl_analyzer --- mzte-nv/conf/lua/pluginconf/p-lspconf.fnl | 1 + 1 file changed, 1 insertion(+) diff --git a/mzte-nv/conf/lua/pluginconf/p-lspconf.fnl b/mzte-nv/conf/lua/pluginconf/p-lspconf.fnl index 3fbb12d..3ea1cd0 100644 --- a/mzte-nv/conf/lua/pluginconf/p-lspconf.fnl +++ b/mzte-nv/conf/lua/pluginconf/p-lspconf.fnl @@ -36,6 +36,7 @@ (setup :cssls) (setup :elixirls {:cmd [:elixir-ls]}) (setup :eslint) +(setup :glsl_analyzer) (setup :haxe_language_server) (setup :html) (setup :jsonls {:on_attach disable-formatter})