You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When netman fails to open a remote file (for whatever reason), it toss the following error on neovim close
Error detected while processing BufUnload Autocommands for "ssh://*":
Error executing lua callback: ...ns/.local/share/nvim/lazy/netman.nvim/lua/netman/api.lua:1480: bad argument #1 to 'fs_stat' (string expected, got nil)
stack traceback:
[C]: in function 'fs_stat'
...ns/.local/share/nvim/lazy/netman.nvim/lua/netman/api.lua:1480: in function 'unload_buffer'
...ns/.local/share/nvim/lazy/netman.nvim/lua/netman/api.lua:340: in function <...ns/.local/share/nvim/lazy/netman.nvim/lua/netman/api.lua:337>
Likely due to it being unable to locate the file(s) it expects to exist.
The text was updated successfully, but these errors were encountered:
When netman fails to open a remote file (for whatever reason), it toss the following error on neovim close
Likely due to it being unable to locate the file(s) it expects to exist.
The text was updated successfully, but these errors were encountered: