minified test
This commit is contained in:
parent
197da90492
commit
d5b6a69f9a
8 changed files with 105 additions and 61 deletions
|
|
@ -1,5 +1,14 @@
|
|||
return {
|
||||
"nosduco/remote-sshfs.nvim",
|
||||
init = function()
|
||||
-- Check if sshfs is available
|
||||
if not U.cmd_executable("sshfs") then
|
||||
vim.notify(
|
||||
"'sshfs' not found on PATH. Required for RemoteSSHFS commands",
|
||||
vim.log.levels.INFO
|
||||
)
|
||||
end
|
||||
end,
|
||||
cmd = {
|
||||
"RemoteSshfs",
|
||||
"RemoteSSHFSConnect",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue