maciakl / vim-neatstatus

Neat Status Line Plugin for Vim
http://www.vim.org/scripts/script.php?script_id=4587
73 stars 18 forks source link

Syntastic Support? #2

Open baronrabban opened 11 years ago

baronrabban commented 11 years ago

Powerline supports syntastic to show error counts in your code... I don't see that with neatstatus. Is it supported but i'm doing something wrong or is it just not supported yet?

maciakl commented 11 years ago

It's not supported yet. NeatStatus is not really aiming to be one-to-one replacement for Powerline. I think bling/vim-airline does a much, much better job of doing exactly that. I don't personally use syntastic in my day-to-day coding so I haven't gotten around implementing this functionality yet. However, I will keep it in mind as a likely future addition.

Thanks.