diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-09-27 20:19:38 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-09-27 20:19:38 +0200 |
commit | 40ddf334c9428ff7d88b7ca12912a9a1ea80dbab (patch) | |
tree | e3e4b61fd7a175a729930b30e19061932f3a7131 /README.md | |
parent | 7e10428cd6b53bf5e0ead79b2733be4286b16378 (diff) | |
download | vim-polyglot-40ddf334c9428ff7d88b7ca12912a9a1ea80dbab.tar.gz vim-polyglot-40ddf334c9428ff7d88b7ca12912a9a1ea80dbab.zip |
Add F# support, closes #219
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ If you need full functionality of any plugin, please use it directly with your p - [emblem](https://github.com/yalesov/vim-emblem) (syntax, indent, ftplugin) - [erlang](https://github.com/vim-erlang/vim-erlang-runtime) (syntax, indent) - [fish](https://github.com/dag/vim-fish) (syntax, indent, compiler, autoload, ftplugin) +- [fsharp](https://github.com/fsharp/vim-fsharp) (syntax, indent) - [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) |