Skip to content

Commit

Permalink
neovim: Make symlink from dotfiles/neovim to ~/.config/nvim
Browse files Browse the repository at this point in the history
 refs #206
  • Loading branch information
m-b-t-n committed Jan 6, 2025
1 parent 704b68e commit d5a10e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,13 @@ else
ln -sfv ~/dotfiles/editorconfig/editorconfig ~/.editorconfig
fi

# neovim
if [[ "${DEBUG_MODE}" == "true" ]]; then
echo -e "\tln -sfv ~/dotfiles/neovim ~/.config/nvim"
else
ln -sfv ~/dotfiles/neovim ~/.config/nvim
fi

echo "### Done. ###"
exit 0

0 comments on commit d5a10e8

Please sign in to comment.