mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 17:26:27 +00:00
Some os seem to think of symblink as file vs dir
This commit is contained in:
parent
8eb0d63ec0
commit
07ca6b6ddf
@ -19,9 +19,7 @@ VIM_SYNC_DIR=$(pwd)
|
||||
|
||||
# Neovim
|
||||
mkdir -p "${XDG_CONFIG_HOME:=$HOME/.config}"
|
||||
# TODO: check nvim version and link either the vim or neovim dirs
|
||||
# nvim --version | awk '/NVIM v/{ print $2; }'
|
||||
[ -f "$XDG_CONFIG_HOME/nvim" ] || ln -s "$VIM_SYNC_DIR/neovim" "$XDG_CONFIG_HOME/nvim"
|
||||
[ -e "$XDG_CONFIG_HOME/nvim" ] || ln -s "$VIM_SYNC_DIR/neovim" "$XDG_CONFIG_HOME/nvim"
|
||||
|
||||
# Install all bundles
|
||||
echo "Install all bundles"
|
||||
|
Loading…
Reference in New Issue
Block a user