diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-04-25 21:06:45 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-04-25 21:06:45 +0200 |
commit | b2ee28374b942026474e77d9aa6fc538f105755b (patch) | |
tree | ce7160a3938f6d8ff355c71b42c168aa86406a5e /README.md | |
parent | 68b2748af117b56208f25678c4b465af00dc64c5 (diff) | |
download | vim-polyglot-b2ee28374b942026474e77d9aa6fc538f105755b.tar.gz vim-polyglot-b2ee28374b942026474e77d9aa6fc538f105755b.zip |
Add gdscript, closes #483
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,7 +10,7 @@ A collection of language packs for Vim. > One to rule them all, one to find them, one to bring them all and in the darkness bind them. - It **won't affect your startup time**, as scripts are loaded only on demand\*. -- It **installs and updates 120+ times faster** than the <!--Package Count-->146<!--/Package Count--> packages it consists of. +- It **installs and updates 120+ times faster** than the <!--Package Count-->147<!--/Package Count--> packages it consists of. - Solid syntax and indentation support (other features skipped). Only the best language packs. - All unnecessary files are ignored (like enormous documentation from php support). - No support for esoteric languages, only most popular ones (modern too, like `slim`). @@ -80,6 +80,7 @@ If you need full functionality of any plugin, please use it directly with your p - [fish](https://github.com/georgewitteman/vim-fish) (syntax, indent, compiler, autoload, ftplugin) - [flatbuffers](https://github.com/dcharbon/vim-flatbuffers) (syntax) - [fsharp](https://github.com/fsharp/vim-fsharp) (syntax, indent) +- [gdscript](https://github.com/calviken/vim-gdscript3) (syntax, indent, ftplugin) - [git](https://github.com/tpope/vim-git) (syntax, indent, ftplugin) - [glsl](https://github.com/tikhomirov/vim-glsl) (syntax, indent) - [gmpl](https://github.com/maelvalais/gmpl.vim) (syntax) |