This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
ndpm13
/
nvim-config
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
f691131635
Ramuri
Etichete
main
nvim-config
/
lua
/
plugins
/
sshfs.lua
sshfs.lua
105 B
Istoric
Crud
1
2
3
4
5
6
7
return {
"nosduco/remote-sshfs.nvim",
config = function()
require("remote-sshfs").setup({})
end,
}