This commit is contained in:
Thomas Forgione 2019-04-26 15:28:02 +02:00
parent f42897e20d
commit 6552a124c4
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 1 additions and 1 deletions

View File

@ -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