Vim-powerline: The ultimate vim statusline utility
21–30 of 63 posts
Re: Vim-powerline: The ultimate vim statusline utility
#22Terminal in Snow Leopard doesn't support 256 colours, so iTerm2 should show vim-powerline closer to the screenshots. It's open source and works pretty well in my experience.
The Terminal in Lion supports 'xterm-256color'.
Re: Vim-powerline: The ultimate vim statusline utility
#23The docs say that this will work best on a unix like system but doesn't say what that means or whether it will work on Windows. Has anyone tried this on Windows? Does it work?
Re: Vim-powerline: The ultimate vim statusline utility
#24Re: Vim-powerline: The ultimate vim statusline utility
#25Earlier quoted context omitted.
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.
I have to +1 this, I tend to use every piece that Tim Pope produces for their goodness, but Vundle truly rocks for exactly what you mentioned.
Vundle is a minor but very welcome improvement on Pathogen, while Pathogen was a monsterous improvement on the painful Vim plugin management of before.
I too am a big fan of tpope Vim plugins, and Vundle is the first plugin that I've ever used to replace one of his with. So now I don't have Pathogen but I have a Vundle file that says "tpope" all over it. :)
Re: Vim-powerline: The ultimate vim statusline utility
#26The docs say that this will work best on a unix like system but doesn't say what that means or whether it will work on Windows. Has anyone tried this on Windows? Does it work?
It'll take more fiddling than it's worth to patch the font on Windows, so I plan on booting Ubuntu to do it later.
Re: Vim-powerline: The ultimate vim statusline utility
#27I 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.
Re: Vim-powerline: The ultimate vim statusline utility
#28I 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.
Re: Vim-powerline: The ultimate vim statusline utility
#29The docs say that this will work best on a unix like system but doesn't say what that means or whether it will work on Windows. Has anyone tried this on Windows? Does it work?
It does work on Windows. Kinda. I'm using Consolas, and simple mode has a little question-mark-in-a-box where some dividers should be. Unicode mode is worse. Absolutely usable, though. It'll take more fiddling than it's worth to patch the font on Windows, so I plan on booting Ubuntu to do it later.