This commit is contained in:
Benjamin Palko 2024-09-11 23:42:42 -04:00
parent 4edfe352e6
commit 1eac6a3470
25 changed files with 747 additions and 1194 deletions

View file

@ -0,0 +1,16 @@
return {
{
"nvim-treesitter/nvim-treesitter",
opts = { ensure_installed = { "glsl" } },
},
{
"neovim/nvim-lspconfig",
opts = {
servers = {
glslls = {
mason = false,
},
},
},
},
}