update alt prios
This commit is contained in:
parent
15eb3aadab
commit
5425f40299
|
@ -13,7 +13,8 @@ CUSTOM_NVIM_PATH=/usr/local/bin/nvim.appimage
|
|||
#update-alternatives --remove view "${CUSTOM_NVIM_PATH}"
|
||||
#update-alternatives --remove vim "${CUSTOM_NVIM_PATH}"
|
||||
#update-alternatives --remove vimdiff "${CUSTOM_NVIM_PATH}"
|
||||
update-alternatives --install /usr/bin/nvim nvim "${CUSTOM_NVIM_PATH}" 110
|
||||
update-alternatives --install /usr/bin/nvim nvim "${CUSTOM_NVIM_PATH}" 100
|
||||
update-alternatives --install /usr/bin/editor editor "${CUSTOM_NVIM_PATH}" 100
|
||||
|
||||
# get plug.vim
|
||||
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
|
||||
|
|
Loading…
Reference in New Issue