Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/igorsantos07/vimplugins

Some plugins I use into vim editor and vimrc configuration. Use vimrc.txt with a symb link.
https://github.com/igorsantos07/vimplugins

Last synced: about 5 hours ago
JSON representation

Some plugins I use into vim editor and vimrc configuration. Use vimrc.txt with a symb link.

Awesome Lists containing this project

README

        

vimplugins
==========

Some plugins I use into vim editor and vimrc configuration. Use vimrc.txt with a symbolic link.

TODO detail used plugins.

Instructions:

cd ~

You need to cleanup your vim dir to clone this repo:

sudo rm -rf ~/.vim

Clone into a dir as you wish, at your home for example: ~/vimplugins

git clone [email protected]:luzeduardo/vimplugins.git .

cd ~

Create a link for vim plugins into the repo plugins folder:

sudo ln -s ~/vimplugins ~/.vim

Create a link for bootstrap vim file

sudo ln -sf ~/vimplugins/vimrc.txt ~/.vimrc

Don't know why but you need to run NerdTree install again

https://github.com/scrooloose/nerdtree

After that:

source ~/.vimrc

call vim in shell and Enjoy!