update location of neovim config, update link.sh

* move ~/.nvim to ~/.config/nvim
* move ~/.nvimrc to ~/.config/nvim/init.vim
* update install/link.sh to skip already existing files
* update install/link.sh to handle creating symlinks for files in newly created config/ directory

These changes are consistent with the latest neovim install, which moves away from ~/.nvim and ~/.nvimrc
This commit is contained in:
Nick Nisi
2015-10-29 20:25:36 -05:00
parent a61d3b67af
commit 316a7a662b
12 changed files with 32 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
# skip jshint checking on push
snippet jsh
!skip_jshint
# add ticket number to commit
snippet ref
refs:#${1}