nvim/lua/plugins/opengl.lua
2025-01-05 23:06:49 -05:00

16 lines
255 B
Lua
Executable file

return {
{
"nvim-treesitter/nvim-treesitter",
opts = { ensure_installed = { "glsl" } },
},
{
"neovim/nvim-lspconfig",
opts = {
servers = {
glsl_analyzer = {
-- mason = false,
},
},
},
},
}