Vim-powerline: The ultimate vim statusline utility
11–20 of 63 posts
Re: Vim-powerline: The ultimate vim statusline utility
#12Re: Vim-powerline: The ultimate vim statusline utility
#13I'm a noob. Can someone please explain how to install this thing?
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
#14Re: Vim-powerline: The ultimate vim statusline utility
#15I'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
#16Re: Vim-powerline: The ultimate vim statusline utility
#17Great piece of work! Thanks! Have added it to my Pathogen plugins already - wonder where we'd be without Pathogen?
I'm so used to pathogen now that I almost forgot how much a mess installing vim plugins used to be. Really seems like there's been a plugin renaissance in the last couple of years.
Re: Vim-powerline: The ultimate vim statusline utility
#18I 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
#19I 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
#20I've uploaded patched versions of Menlo and Mensch here if you don't want to bother doing it yourself.