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

https://github.com/dgraham/dotvim

A tiny set of vim customizations.
https://github.com/dgraham/dotvim

vim vimrc

Last synced: 8 months ago
JSON representation

A tiny set of vim customizations.

Awesome Lists containing this project

README

          

# Vim configuration

A tiny set of vim customizations.

![xcode-low-key-vim](https://cloud.githubusercontent.com/assets/122102/17079594/fcf8e34e-50d1-11e6-8d4a-7648412bbcd7.png)

## Install

```
git clone https://github.com/dgraham/dotvim.git ~/.vim
cd ~/.vim
git submodule update --init
ln -s ~/.vim/vimrc ~/.vimrc
mkdir -p ~/.config/nvim
ln -s ~/.vim/lua/init.lua ~/.config/nvim/init.lua
```

## Update

```
cd ~/.vim
git pull
git submodule init
git submodule update
```