vim/macvim plugins osx 10.7.4
macos, macvim, plugins, vim
Solution
`NERD_tree` install details:
- Unzip the archive into your ~/.vim directory.
- That should put NERD_tree.vim in ~/.vim/plugin and NERD_tree.txt in ~/.vim/doc.
After installing, the `~/.vim` looks like this:
.vim/
├── doc
│ ├── NERD_tree.txt
│ └── tags
├── nerdtree_plugin
│ ├── exec_menuitem.vim
│ └── fs_menu.vim
├── plugin
│ └── NERD_tree.vim
└── syntax
└── nerdtree.vim
Problem
Could you help me get plugins working for either macvim or the terminal vim? What I have tried thus far: To the desktop I `git clone https://github.com/scrooloose/nerdtree.git`. I have attempted placing the files in `~/.vim`, where I created a folder named bundle and placed file nerdtree in there. Alternatively I have gone to `/usr/share/vim/vim73` and placed all files in the their respective folders. Using this method does work for NERDTree in the terminal vim, however it does not for other plugins. Still no luck with getting this to work. Help is appreciated.