-
Notifications
You must be signed in to change notification settings - Fork 4
My personal Vim configuration
jimenezrick/vimconfig
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
_ ___ | | / (_)___ ___ | | / / / __ `__ \ | |/ / / / / / / / |___/_/_/ /_/ /_/ ====================== F*ck yeah! How to use this repository ---------------------------- 1. git clone <repository> .vim 2. cd .vim 3. git submodule init 4. git submodule update This Vim configuration uses Pathogen (http://github.com/tpope/vim-pathogen), the plugins are placed in `.vim/bundle/'. Some of the plugins are hosted in GitHub so I use Git submodules to track those plugins in `.vim/bundle/' as separate repositories. Working with Git submodules ----------------------------- - To add a new submodule run from the top level directory: git submodule add <repository> bundle/<plugin> - To pull a submodule repository run from the top level directory: git submodule init git submodule update - To update all the submodule repositories in one shot run from the top level directory, commit afterwards: git submodule foreach 'git pull' - To remove an existing submodule: git rm bundle/<plugin>
About
My personal Vim configuration
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published