add solidity syntax plugin

This commit is contained in:
James Dixon 2021-05-09 17:22:16 -04:00
parent 5660558f1c
commit c93502b6f2

View File

@ -314,6 +314,8 @@ call plug#begin(pluginDir)
Plug 'godlygeek/tabular' Plug 'godlygeek/tabular'
"toml "toml
Plug 'cespare/vim-toml' Plug 'cespare/vim-toml'
"sol
Plug 'tomlion/vim-solidity'
" ==== general language support ==== " ==== general language support ====
"linting and lsp "linting and lsp