This plugin uses the hardhat compile command, so you must have Hardhat 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.
