https://github.com/zakkudo/vim-config
https://github.com/zakkudo/vim-config
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zakkudo/vim-config
- Owner: zakkudo
- Created: 2018-07-07T14:42:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T14:52:33.000Z (almost 7 years ago)
- Last Synced: 2025-02-07T12:13:59.041Z (4 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 offpackloadall
filetype plugin indent on
```Update the submodules with:
```
git submodule update --recursive --remote
```