Live data from Hacker News

Vim-powerline: The ultimate vim statusline utility

github.com

1–10 of 63 posts

Re: Vim-powerline: The ultimate vim statusline utility

#5
post #3

Looks like a nice replacement for status.vim https://github.com/dickeytk/status.vim . Just needs syntastic support https://github.com/scrooloose/syntastic .

It has syntastic support https://img.skitch.com/20120112-t9qeth7nhrdxp25rekxxjqgk16.j...

Nice. Looks prettier than status.vim too.

Re: Vim-powerline: The ultimate vim statusline utility

#8
post #7

I love how easy pathogen ( https://github.com/tpope/vim-pathogen ) makes installing vim plugins from github. I always struggled with it in the past (and mostly avoided it) but now it is as simple as git clone and done.

Vundle is even better than Pathogen IMO. It takes away the need to manage git submodules, in favor of just creating a text file that defines your plugins, Bundler style. Removing plugins from your setup is MUCH cleaner.
Post reply on HN