EvergreenTheTree / vim-hardy

Arduino IDE intregation for vim.
40 stars 3 forks source link

can use quickfix to display compile information? #5

Closed Freed-Wu closed 5 months ago

Freed-Wu commented 4 years ago

it is a suggestion. Thanks!

Freed-Wu commented 4 years ago

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?