16 lines
245 B
Lua
Executable file
16 lines
245 B
Lua
Executable file
return {
|
|
{
|
|
"nvim-treesitter/nvim-treesitter",
|
|
opts = { ensure_installed = { "glsl" } },
|
|
},
|
|
{
|
|
"neovim/nvim-lspconfig",
|
|
opts = {
|
|
servers = {
|
|
glslls = {
|
|
mason = false,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|