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

https://github.com/jipolanco/dotnvim

Config files for neovim (and vim)
https://github.com/jipolanco/dotnvim

Last synced: about 1 month ago
JSON representation

Config files for neovim (and vim)

Awesome Lists containing this project

README

        

# Setup

1. Clone repo:

```bash
git clone [email protected]:jipolanco/dotnvim.git ~/.config/nvim
```

1. To use with (regular) vim:

```bash
ln -s ~/.config/nvim ~/.vim
```

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

```bash
curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```

1. Install plugins:

```bash
vim +PlugInstall
```