Created
April 4, 2016 21:48
-
-
Save AleksandrMihhailov/c65e92e86d72a983ed5f937d6bae2dc9 to your computer and use it in GitHub Desktop.
NeoVim configuration from old VIM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p ${XDG_CONFIG_HOME:=$HOME/.config} | |
ln -s ~/.vim $XDG_CONFIG_HOME/nvim | |
ln -s ~/.vimrc $XDG_CONFIG_HOME/nvim/init.vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment