nvim sub
This commit is contained in:
parent
4edfe352e6
commit
1eac6a3470
25 changed files with 747 additions and 1194 deletions
16
nvim/lua/plugins/opengl.lua
Normal file
16
nvim/lua/plugins/opengl.lua
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
return {
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = { ensure_installed = { "glsl" } },
|
||||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
glslls = {
|
||||
mason = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue