Added glsl highlight and added g++ as possible compiler for treesitter

This commit is contained in:
2025-04-27 14:20:05 +09:00
parent efc3e54900
commit 4abf910162
2 changed files with 22 additions and 2 deletions
+2
View File
@@ -39,6 +39,8 @@ capabilities.textDocument.foldingRange = {
dynamicRegistration = false,
lineFoldingOnly = true
}
require("lspconfig").glsl_analyzer.setup({})
for _, server in pairs(lsp_servers) do
if server == "lua_ls" then
require("lspconfig")[server].setup({