sshfs.lua 105 B

1234567
  1. return {
  2. "nosduco/remote-sshfs.nvim",
  3. config = function()
  4. require("remote-sshfs").setup({})
  5. end,
  6. }