Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/igorsantos07/vimplugins
- Owner: igorsantos07
- Created: 2014-08-01T18:50:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-01T18:55:31.000Z (over 10 years ago)
- Last Synced: 2024-04-14T22:56:10.548Z (7 months ago)
- Size: 327 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!