add glsl
This commit is contained in:
parent
33a5521d7a
commit
adefa8fe76
1
init.lua
1
init.lua
|
@ -17,6 +17,7 @@ require('lazy').setup(vim.tbl_extend('keep', config.user_lazy_opts(), {
|
|||
{ import = 'plex.plugins.extras.lang.go' },
|
||||
{ import = 'plex.plugins.extras.lang.cpp' }, -- also does C and rust
|
||||
{ import = 'plex.plugins.extras.lang.json' },
|
||||
{ import = 'plex.plugins.extras.lang.glsl' },
|
||||
{ import = 'plex.plugins.extras.lang.python' },
|
||||
{ import = 'plex.plugins.extras.lang.yaml' },
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
{
|
||||
"tikhomirov/vim-glsl",
|
||||
},
|
||||
}
|
|
@ -204,3 +204,9 @@ mariadb
|
|||
Gawa
|
||||
Django
|
||||
opensource
|
||||
Shader
|
||||
shader
|
||||
GLFW
|
||||
shaders
|
||||
GLSL
|
||||
cpp
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue