https://github.com/shmup/.vim
my vim garbage
https://github.com/shmup/.vim
vim
Last synced: 4 months ago
JSON representation
my vim garbage
- Host: GitHub
- URL: https://github.com/shmup/.vim
- Owner: shmup
- Created: 2016-10-05T13:28:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T17:03:31.000Z (over 8 years ago)
- Last Synced: 2025-02-24T15:58:55.114Z (4 months ago)
- Topics: vim
- Language: Vim script
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vim stuff using [pathogen](https://github.com/tpope/vim-pathogen)
```
# grab the repo and all the submodules
git clone --recursive https://github.com/shmup/.vim.git ~/.vim# snag pathogen
curl -LSs https://tpo.pe/pathogen.vim --create-dirs -o $HOME/.vim/autoload/pathogen.vim
```