dotfiles/nvim/lua/plugins/opengl.lua
Benjamin Palko 2ae6ec5cd9 opengl
2024-10-10 21:35:49 -04: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,
},
},
},
},
}