From ff52cd53db117f4f75278d94d1db74b7f92f3ed8 Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Mon, 26 Oct 2015 14:48:52 -0700 Subject: [PATCH] Updates for neovim breaking changes --- .config/nvim | 1 + .nvim | 1 - .nvimrc | 1 - .vim/init.vim | 1 + install.sh | 5 ++--- 5 files changed, 4 insertions(+), 5 deletions(-) create mode 120000 .config/nvim delete mode 120000 .nvim delete mode 120000 .nvimrc create mode 120000 .vim/init.vim diff --git a/.config/nvim b/.config/nvim new file mode 120000 index 0000000..815cbcc --- /dev/null +++ b/.config/nvim @@ -0,0 +1 @@ +../.vim \ No newline at end of file diff --git a/.nvim b/.nvim deleted file mode 120000 index 8355b52..0000000 --- a/.nvim +++ /dev/null @@ -1 +0,0 @@ -.vim \ No newline at end of file diff --git a/.nvimrc b/.nvimrc deleted file mode 120000 index 1490f7a..0000000 --- a/.nvimrc +++ /dev/null @@ -1 +0,0 @@ -.vimrc \ No newline at end of file diff --git a/.vim/init.vim b/.vim/init.vim new file mode 120000 index 0000000..f67022e --- /dev/null +++ b/.vim/init.vim @@ -0,0 +1 @@ +../.vimrc \ No newline at end of file diff --git a/install.sh b/install.sh index 7655541..9e681a9 100755 --- a/install.sh +++ b/install.sh @@ -63,8 +63,7 @@ function performSetup() { echo "Linking vim..." linkFile ".vim" linkFile ".vimrc" - linkFile ".nvim" - linkFile ".nvimrc" + linkFile ".config/nvim" echo "Linking Git..." linkFile ".gitconfig" @@ -88,7 +87,7 @@ function performSetup() { echo "Installing some default applications" sudo add-apt-repository ppa:neovim-ppa/unstable sudo apt-get update - sudo apt-get install -y python-dev python-pip python3-dev python3-pip neovim + sudo apt-get install -y cmake python-dev python-pip python3-dev python3-pip neovim sudo pip3 install -U neovim sudo pip2 install -U neovim