diff --git a/init.lua b/init.lua index e0efbb4..0e6a4d8 100644 --- a/init.lua +++ b/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' }, diff --git a/lua/plex/plugins/extras/lang/glsl.lua b/lua/plex/plugins/extras/lang/glsl.lua new file mode 100644 index 0000000..20c0777 --- /dev/null +++ b/lua/plex/plugins/extras/lang/glsl.lua @@ -0,0 +1,5 @@ +return { + { + "tikhomirov/vim-glsl", + }, +} diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index c3e7f2b..35575ee 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -204,3 +204,9 @@ mariadb Gawa Django opensource +Shader +shader +GLFW +shaders +GLSL +cpp diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index a1bcf6e..9ccdd7e 100644 Binary files a/spell/en.utf-8.add.spl and b/spell/en.utf-8.add.spl differ