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

https://github.com/zakkudo/vim-config


https://github.com/zakkudo/vim-config

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# VIM Basic Config for Javascript/Polymer

Clone this repository into .vim
```
git clone ~/.vim
```

Load the plugins in `.vimrc` with:
```
set nocompatible
filetype off

packloadall

filetype plugin indent on
```

Update the submodules with:
```
git submodule update --recursive --remote
```