This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
ndpm13
/
nvim-config
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
f691131635
Ramos
Etiquetas
main
nvim-config
/
lua
/
plugins
/
sshfs.lua
sshfs.lua
105 B
Histórico
Em bruto
1
2
3
4
5
6
7
return {
"nosduco/remote-sshfs.nvim",
config = function()
require("remote-sshfs").setup({})
end,
}