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.
Vim-powerline: The ultimate vim statusline utility
31–40 of 63 posts
Re: Vim-powerline: The ultimate vim statusline utility
#32I love this plugin, man I spent so much time configuring my colorscheme and my status line to know in which window I am currently on. I like that is written in full VimScript too.
Re: Vim-powerline: The ultimate vim statusline utility
#33I love this plugin, man I spent so much time configuring my colorscheme and my status line to know in which window I am currently on. I like that is written in full VimScript too.
Re: Vim-powerline: The ultimate vim statusline utility
#34It even shows which git branch I'm in. How cool is that!
Re: Vim-powerline: The ultimate vim statusline utility
#35I love this plugin, man I spent so much time configuring my colorscheme and my status line to know in which window I am currently on. I like that is written in full VimScript too.
I too appreciate "native" plugins. I've even recompiled vim without support for Python, Ruby and Perl in an attempt to speed up startup (it starts a "great deal" faster, if I remember my tests correctly).
Re: Vim-powerline: The ultimate vim statusline utility
#36I'm a noob. Can someone please explain how to install this thing?
The way you would install any Vim plugin. Extract these files inside your ~/.vim directory such that. copy vim-poweline/autoload/* to ~/.vim/autoload/* copy vim-poweline/doc/* to ~/.vim/doc/* copy vim-poweline/plugin/* to ~/.vim/plugin/* and so on. PS. Learn Pathogen or Vundle. It will be very well invested time.
Re: Vim-powerline: The ultimate vim statusline utility
#37Re: Vim-powerline: The ultimate vim statusline utility
#38Re: Vim-powerline: The ultimate vim statusline utility
#39Earlier quoted context omitted.
I too appreciate "native" plugins. I've even recompiled vim without support for Python, Ruby and Perl in an attempt to speed up startup (it starts a "great deal" faster, if I remember my tests correctly).
How much faster could it start? It's already instant.
I move around a lot and I want my editor (and my shell, for that matter) to be ready the instant I hit enter.
Re: Vim-powerline: The ultimate vim statusline utility
#40I'm a noob. Can someone please explain how to install this thing?
The way you would install any Vim plugin. Extract these files inside your ~/.vim directory such that. copy vim-poweline/autoload/* to ~/.vim/autoload/* copy vim-poweline/doc/* to ~/.vim/doc/* copy vim-poweline/plugin/* to ~/.vim/plugin/* and so on. PS. Learn Pathogen or Vundle. It will be very well invested time.
~/.vim $ git clone https://github.com/Lokaltog/vim-powerline.git powerline
Edit your ~/.vimrc and add set runtimepath=~/.vim/powerline,$VIMRUNTIME