gopls.kak: use nop for removing temp dir

Co-authored-by: Frank LENORMAND <1379068+lenormf@users.noreply.github.com>
This commit is contained in:
voroskoi 2020-10-17 09:47:07 +02:00 committed by GitHub
parent cbbab07aab
commit dd6a275c3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ define-command -hidden -params 1 gopls-cmd %{
fi
}
edit!
evaluate-commands %sh{ rm -r "${kak_opt_gopls_tmp_dir}" }
nop %sh{ rm -rf "${kak_opt_gopls_tmp_dir}" }
}
# gopls definition