https://github.com/rda3mon/vim-runtime
A very useful vimrc configuration
https://github.com/rda3mon/vim-runtime
vim vim-configuration vimrc
Last synced: 10 months ago
JSON representation
A very useful vimrc configuration
- Host: GitHub
- URL: https://github.com/rda3mon/vim-runtime
- Owner: rda3mon
- License: apache-2.0
- Created: 2017-12-08T09:18:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-21T06:41:08.000Z (about 6 years ago)
- Last Synced: 2025-01-04T23:16:55.544Z (over 1 year ago)
- Topics: vim, vim-configuration, vimrc
- Language: Vim script
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Useful vimrc
### Installation
1) clone the repositry with its plugins
`git clone --recursive https://github.com/rda3mon/vimrc.git ~/.vim-runtime`
2) Install vimrc
`cd ~/.vim-runtime && bash install.sh`
### Update with Plugins
`cd ~/.vim-runtime && git submodule update --init --recursive && git pull --recurse-submodules origin master && bash install.sh`
# Plugins
* ctrlp -- Finder for vim
* nerdtree -- File system explorer for vim
* nerdtree-git-plugin -- Git status flags for nerdtree explorer
* syntastic -- Syntax checking for vim
* vim-airline -- Status line for vim
* vim-colors-solarized -- Color scheme for vim
* vim-fugitive -- Git wrapper for vim
* vim-gitgutter -- Git diff for vim
* vim-multiple-cursors -- Multiline operations for vim
* vim-surround -- Surround pair operations for vim
# Shortcuts