This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
ndpm13
/
nvim-config
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
f691131635
Dallar
Biçim İmleri
main
nvim-config
/
lua
/
plugins
/
sshfs.lua
sshfs.lua
105 B
Geçmiş
Ham
1
2
3
4
5
6
7
return {
"nosduco/remote-sshfs.nvim",
config = function()
require("remote-sshfs").setup({})
end,
}