From ba15516acc62f2b9ef8dbf5a3bf64678513cc9bd Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 10 Dec 2016 21:59:31 +0100 Subject: Add neovim configuration --- install | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/install b/install index 0eed1fb..9fa275b 100755 --- a/install +++ b/install @@ -12,6 +12,15 @@ for dotfile in bashrc vimrc gitconfig Rprofile tmux.conf reportbugrc; do ln -sfv $BASE/$dotfile ~/.$dotfile done +# nvim config +if [ ! -e ~/.config/nvim ]; then + ln -sfv ~/.vim ~/.config/nvim +fi +if [ ! -e ~/.config/nvim/init.vim ]; then + ln -sfv ~/.vimrc ~/.config/nvim/init.vim +fi + + # git-prompt if [ ! -e ~/.git-prompt.sh ]; then curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh -o ~/.git-prompt.sh -- cgit v1.2.1