diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-04-25 21:22:25 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-04-25 21:22:25 +0200 |
commit | 8ec73a3a8974a62a613680a6b6222a77a7b99546 (patch) | |
tree | ebc6f1170d2fab2a42c5ac86e80921382595de60 /README.md | |
parent | b2ee28374b942026474e77d9aa6fc538f105755b (diff) | |
download | vim-polyglot-8ec73a3a8974a62a613680a6b6222a77a7b99546.tar.gz vim-polyglot-8ec73a3a8974a62a613680a6b6222a77a7b99546.zip |
Change fsharp provider, closes #477
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ If you need full functionality of any plugin, please use it directly with your p - [ferm](https://github.com/vim-scripts/ferm.vim) (syntax) - [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) +- [fsharp](https://github.com/ionide/Ionide-vim) (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) |