This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
ndpm13
/
nvim-config
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
main
Větve
Značky
main
nvim-config
/
lua
/
plugins
/
sshfs.lua
sshfs.lua
105 B
Trvalý odkaz
Historie
Surový
1
2
3
4
5
6
7
return {
"nosduco/remote-sshfs.nvim",
config = function()
require("remote-sshfs").setup({})
end,
}