An nvim invocation fix
This commit is contained in:
parent
d21bf4ad10
commit
174dcac08d
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ if [[ -x "${CUSTOM_NVIM_PATH:-$HOME/.local/bin/nvim}" ]]; then
|
||||||
"update-alternatives --set vim '${CUSTOM_NVIM_PATH}'" \
|
"update-alternatives --set vim '${CUSTOM_NVIM_PATH}'" \
|
||||||
"update-alternatives --set vimdiff '${CUSTOM_NVIM_PATH}'"
|
"update-alternatives --set vimdiff '${CUSTOM_NVIM_PATH}'"
|
||||||
}
|
}
|
||||||
|
alias nvim="$(command -v nvim)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4:
|
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue