why does Bob fail when Neovim is running ? #308
-
i'm starting to use Bob and i was wondering what the rationale behind the following error is when running something like
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Bob operates on a proxy executable basis so the neovim binary in $PATH isn't actually a neovim binary, and whenever you run Soon there will be a way to disable this check but this also means you know what you are doing otherwise you will get an OS file is busy error. |
Beta Was this translation helpful? Give feedback.
Bob operates on a proxy executable basis so the neovim binary in $PATH isn't actually a neovim binary, and whenever you run
use/update
you need to update this file which some platforms don't allow you to edit a file while its running.Soon there will be a way to disable this check but this also means you know what you are doing otherwise you will get an OS file is busy error.