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:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -1,8 +1,10 @@
|
||||
.netrwhist
|
||||
npm-debug.log
|
||||
vim/vim.symlink/plugged/
|
||||
nvim/nvim.symlink/plugged/
|
||||
|
||||
plug.vim.old
|
||||
|
||||
config/nvim/spell
|
||||
config/nvim/shada
|
||||
config/nvim/plugged
|
||||
vim/vim.symlink/spell/
|
||||
nvim/nvim.symlink/spell/
|
||||
nvim/nvim.symlink/shada/
|
||||
vim/vim.symlink/plugged/
|
||||
|
||||
Reference in New Issue
Block a user