Browse Source

fix: remove nvim setup from here now that it's moved to gimme instead

Kyle P Davis 3 days ago
parent
commit
e0e147a4e2
1 changed files with 0 additions and 11 deletions
  1. 0 11
      install.sh

+ 0 - 11
install.sh

@@ -39,17 +39,6 @@ link "$CMD_DIR/.profile" "$HOME/.zshrc"
 link "$CMD_DIR/.profile" "$HOME/.bashrc"
 link "$CMD_DIR/.profile" "$HOME/.bash_profile" # certain scenarios use this one
 
-# setup nvim to use .vimrc
-NVIM_CFG_DIR="$HOME/config/nvim"
-if ! [ -f "$NVIM_CFG_DIR/init.vim" ]; then
-	mkdir -p "$NVIM_CFG_DIR"
-	echo "
-set runtimepath^=~/.vim runtimepath+=~/.vim/after
-let &packpath=&runtimepath
-source ~/.vimrc
-" > "$NVIM_CFG_DIR/init.vim"
-fi
-
 OS=$(uname -s)
 if [ "$OS" = "Darwin" ]; then
 	# Enable "All Controls" for tab in: System Settings > Keyboard > Keyboard navigation