Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xadillax/_vimrc

XadillaX' Vimrc.
https://github.com/xadillax/_vimrc

dotfiles vimrc

Last synced: 5 days ago
JSON representation

XadillaX' Vimrc.

Awesome Lists containing this project

README

        

# XadillaX' Vimrc

## Installation

Clone the project first:

```sh
$ git clone [email protected]:XadillaX/_vimrc.git
```

Install [dein.vim](https://github.com/Shougo/dein.vim).

```sh
$ curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > installer.sh
$ sh ./installer.sh ~/.cache/dein
$ rm installer.sh
```

Open Neovim and run:

```viml
:call dein#clear_state()
:call dein#install()
```

Enjoy!