This plugin uses the truffle compile command, so you must have Truffle installed.
I suggest you add this to your .vimrc:
augroup quickfix
autocmd!
autocmd QuickFixCmdPost make nested copen
augroup END
Plugin 'dmdque/solidity.vim'
Type :make from a .sol file.
