Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Vim - Pathogen
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Tractor Girl
Apprentice
Apprentice


Joined: 16 May 2013
Posts: 159

PostPosted: Wed Oct 23, 2013 4:04 pm    Post subject: Vim - Pathogen Reply with quote

I need help with pathogen. I put it to ~/.vim/autoload and create clean vimrc with just
Code:
execute pathogen#infect()
syntax on
filetype plugin indent on

Nerdtree and vim-airline are inside ~/.vim/bundle. Anyway this doesn't seem to work...
Back to top
View user's profile Send private message
eyoung100
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1428

PostPosted: Wed Oct 23, 2013 4:36 pm    Post subject: Reply with quote

According to the Pathogen Page, and the GitHub repo, your code block needs to be in .vimrc, which you've done.

Next according to the NerdTree GitHub
Code:
cd ~/.vim/bundle
git clone https://github.com/scrooloose/nerdtree.git
Then reload vim, run :helptags, and check out :help NERD_tree.txt.


And lastly, Vim-Airline:
Code:
git clone https://github.com/bling/vim-airline ~/.vim/bundle/vim-airline

_________________
The Birth and Growth of Science is the Death and Atrophy of Art -- Unknown
Registerd Linux User #363735
Adopt a Post | Strip Comments| Emerge Wrapper
Back to top
View user's profile Send private message
Tractor Girl
Apprentice
Apprentice


Joined: 16 May 2013
Posts: 159

PostPosted: Wed Oct 23, 2013 9:44 pm    Post subject: Reply with quote

Yes that is what I did.
It turned out that Phatogen was working fine. Vim-airline just needs extra entry in .vimrc "set laststatus=2", at least in my case. As for Nerdtree it was my fault :oops:
Thank you anyway :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum