Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nvie/vimrc

My personal Neovim configuration, with a lot of love put into it.
https://github.com/nvie/vimrc

Last synced: 4 days ago
JSON representation

My personal Neovim configuration, with a lot of love put into it.

Awesome Lists containing this project

README

        

# Installation

Symlink ~/.config/nvim to this project.

$ mkdir -p ~.config
$ cd ~/.config
$ ln -s ~/Projects/vimrc/nvim
$ nvim ~/.config/nvim/init.vim

And run: `:PlugInstall`.