This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
ndpm13
/
nvim-config
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
f691131635
Branches
Tags
main
nvim-config
/
lua
/
plugins
/
sshfs.lua
sshfs.lua
105 B
Verlauf
Originalformat
1
2
3
4
5
6
7
return {
"nosduco/remote-sshfs.nvim",
config = function()
require("remote-sshfs").setup({})
end,
}