mwbrooks / dotnvim

Neovim dot files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dot Neovim

Setup Dependencies

Deoplete dependencies:

brew install python3

Neovim dependencies:

pip3 install neovim

Install Neovim

brew install neovim

Install Airline Font

Link Dot Files

git clone https://github.com/mwbrooks/dotnvim.git
ln -s /Users/username/path/to/dotnvim/ ~/.config/nvim

Alias nvim as vim

Add the following to your bash profile:

alias vim="nvim"

Install Neovim Plugins

The init.vim is setup to auto-install the plugins on first launch.

Alternatively, you can manually install the plugins with:

:PlugInstall

About

Neovim dot files


Languages

Language:Vim Script 100.0%