An open API service indexing awesome lists of open source software.

https://github.com/shmup/.vim

my vim garbage
https://github.com/shmup/.vim

vim

Last synced: 4 months ago
JSON representation

my vim garbage

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
```