diff options
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/settings.json b/settings.json index d6fe430..4fd9e96 100644 --- a/settings.json +++ b/settings.json @@ -162,6 +162,27 @@ ] } ], + "glsl": [ + { + "command": "glslls", + "requires": [ + "cmake", + "git", + "make" + ], + "vim-plugin": { + "extensions": [ + "vert", + "tesc", + "tese", + "glsl", + "geom", + "frag" + ], + "name": "tikhomirov/vim-glsl" + } + } + ], "go": [ { "command": "gopls", |