Neovim

From miki
Revision as of 14:55, 22 October 2016 by Mip (talk | contribs) (Created page with "== References == == Install == Follow the install guide [https://github.com/neovim/neovim/wiki/Installing-Neovim Installing Neovim]. Default ini files are located at {{fi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

References

Install

Follow the install guide Installing Neovim.


Default ini files are located at ~/.config/nvim/init.vim. To import Vim settings (FAQ :help nvim-from-vim)

mkdir ~/.config
ln -s ~/.vim ~/.config/nvim
ln -s ~/.vimrc ~/.config/nvim/init.vim