This commit is contained in:
Christoph J. Scherr 2023-10-13 14:43:38 +02:00
parent 33a5521d7a
commit adefa8fe76
4 changed files with 12 additions and 0 deletions

View File

@ -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' },

View File

@ -0,0 +1,5 @@
return {
{
"tikhomirov/vim-glsl",
},
}

View File

@ -204,3 +204,9 @@ mariadb
Gawa
Django
opensource
Shader
shader
GLFW
shaders
GLSL
cpp

Binary file not shown.