vim-hardy
vim-hardy copied to clipboard
can use quickfix to display compile information?
it is a suggestion. Thanks!
in function HardyShowInfo(results)
" Set all the options for the newly created buffer
setlocal filetype=arduinoinfo
setlocal buftype=nofile
perhaps
setlocal filetype=qf
setlocal buftype=quickfix
can work?