diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-09-27 20:08:01 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-09-27 20:08:01 +0200 |
commit | 6a4fe34e61e8655a4b94c16bc70e124694df99fc (patch) | |
tree | bd0331ae6704a786de5a7f9ccbc1ef2b7bca9d7d /README.md | |
parent | 4cd5566b40948bbca93b8c0d6a20e2ad3236046f (diff) | |
download | vim-polyglot-6a4fe34e61e8655a4b94c16bc70e124694df99fc.tar.gz vim-polyglot-6a4fe34e61e8655a4b94c16bc70e124694df99fc.zip |
Change solidity provider, closes #227
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ If you need full functionality of any plugin, please use it directly with your p - [scala](https://github.com/derekwyatt/vim-scala) (syntax, indent, compiler, ftplugin) - [scss](https://github.com/cakebaker/scss-syntax.vim) (syntax, autoload, ftplugin) - [slim](https://github.com/slim-template/vim-slim) (syntax, indent, ftplugin) -- [solidity](https://github.com/ethereum/vim-solidity) (syntax, indent) +- [solidity](https://github.com/tomlion/vim-solidity) (syntax, indent, ftplugin) - [stylus](https://github.com/wavded/vim-stylus) (syntax, indent, ftplugin) - [swift](https://github.com/keith/swift.vim) (syntax, indent, ftplugin) - [sxhkd](https://github.com/baskerville/vim-sxhkdrc) (syntax) |