From 6a4fe34e61e8655a4b94c16bc70e124694df99fc Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 27 Sep 2017 20:08:01 +0200 Subject: Change solidity provider, closes #227 --- ftdetect/polyglot.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 528eaae5..018830d3 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -926,7 +926,7 @@ autocmd BufNewFile,BufRead *.slim setfiletype slim augroup END augroup filetypedetect -" solidity:ethereum/vim-solidity +" solidity:tomlion/vim-solidity au BufNewFile,BufRead *.sol setf solidity augroup END -- cgit v1.2.3