+nvim sshfs
This commit is contained in:
parent
2626f2afd6
commit
7a051580af
8
nvim/lua/custom/plugins/remote-sshfs.lua
Normal file
8
nvim/lua/custom/plugins/remote-sshfs.lua
Normal file
@ -0,0 +1,8 @@
|
||||
return {
|
||||
'nosduco/remote-sshfs.nvim',
|
||||
config = function()
|
||||
require('remote-sshfs').setup {
|
||||
-- Configuration here, or leave empty to use defaults
|
||||
}
|
||||
end,
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user