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

https://github.com/midrare/init.vim

A minimal vim setup.
https://github.com/midrare/init.vim

vim vim-configuration vimrc

Last synced: about 1 month ago
JSON representation

A minimal vim setup.

Awesome Lists containing this project

README

          

# init.vim
My personal files for vim. **Use at your own risk.**

```console
$ git clone --recursive $REPO_URL ~/.vim

$ cd ~/.vim
$ git submodule update --init --recursive
```

```vim
:PlugUpgrade # update plugin manager
:PlugUpdate # update plugins
```