Fix bug
This commit is contained in:
parent
f42897e20d
commit
6552a124c4
|
@ -206,7 +206,7 @@ configure_neovim() {
|
|||
test_command nvim
|
||||
if [ $? -ne 0 ]; then
|
||||
info "installing neovim"
|
||||
install neovim
|
||||
install_neovim
|
||||
fi
|
||||
|
||||
mkdir -p $HOME/.config/nvim $HOME/.nvim/backups $HOME/.nvim/swp $HOME/.nvim/undo
|
||||
|
|
Loading…
Reference in New Issue