vim-neatstatus
vim-neatstatus copied to clipboard
Neat Status Line Plugin for Vim
> Installing without pathogen: > > Copy neatstatus.vim to ~/.vim/after/plugins directory Should be `~/.vim/after/plugin` instead of `~/.vim/after/plugins` on Debian 8 at least. Thank you for plugin!
`elseif mode ==# "" | exec 'hi User1 '.g:NeatStatusLine_color_visual | return "V-BLOCK"` This line fails in terminal Vim 8.0. The solution for me: `else if mode ==# "\"`
Hi, Not sure if it's me, but when I have multiple split windows and switch modes in one, the color indicator for that mode switches to the same color for...
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...