Skip to content

Commit

Permalink
update install to use nvim, and create config directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tbremer committed Jun 23, 2018
1 parent 4be4309 commit 0490697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ git submodule update
cd ~/

# symlink things
local CONFIG_PATH="$HOME/.config/nvmim"
local CONFIG_PATH="$HOME/.config/nvim"
mkdir -p "$CONFIG_PATH"
# ln -s "$DOT_PATH/vim/.vim" ~/
ln -s "$DOT_PATH/vim/.vimrc" mkdir -p "$CONFIG_PATH/init.vim"
Expand Down

0 comments on commit 0490697

Please sign in to comment.