https://github.com/davidcain/vimfiles
Vim plugins, runtime files, and configuration files
https://github.com/davidcain/vimfiles
vim vimfiles viml
Last synced: 4 months ago
JSON representation
Vim plugins, runtime files, and configuration files
- Host: GitHub
- URL: https://github.com/davidcain/vimfiles
- Owner: DavidCain
- Created: 2011-08-29T17:38:26.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T00:15:01.000Z (almost 2 years ago)
- Last Synced: 2024-12-21T14:18:45.092Z (over 1 year ago)
- Topics: vim, vimfiles, viml
- Language: Vim Script
- Homepage:
- Size: 2.32 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vimfiles
========
A collection of files used to customize my Vim environment.
## Installation
git clone git://github.com/DavidCain/vimfiles.git ~/.vim
ln -s ~/.vim/.vimrc ~/.vimrc
[`vim-plug`][vim-plug] will automatically install itself + dependencies on first load:
vim
## Dependency management
### Update dependencies
vim -c "PlugClean | PlugInstall"
### Upgrade vim-plug itself
vim -c "PlugUpgrade"
[vim-plug]: https://github.com/junegunn/vim-plug