This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
ndpm13
/
nvim-config
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
66124eda75
Rami (Branch)
Tag
main
nvim-config
/
lua
/
plugins
/
sshfs.lua
sshfs.lua
105 B
Cronologia
Originale
1
2
3
4
5
6
7
return {
"nosduco/remote-sshfs.nvim",
config = function()
require("remote-sshfs").setup({})
end,
}