Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elazar/dotvim

My .vim directory
https://github.com/elazar/dotvim

Last synced: 24 days ago
JSON representation

My .vim directory

Awesome Lists containing this project

README

        

# dotvim

I use this configuration with [Neovim](https://neovim.io).

## Installation

Clone this repository locally.

```sh
[[ -d ~/.config ]] || mkdir ~/.config
[[ -d ~/.config/nvim ]] || git clone [email protected]:elazar/dotvim.git ~/.config/nvim
```

[Install vim-plug](https://github.com/junegunn/vim-plug#installation).

```sh
[[ -f ~/.config/nvim/autoload/plug.vim ]] || curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```

Open Neovim and install plugins.

```
:PlugInstall
```