dotfiles/nvim/lua/plugins/opengl.lua
Benjamin Palko 1eac6a3470 nvim sub
2024-09-11 23:42:42 -04:00

16 lines
245 B
Lua

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