Add plugin to nvim #2

This commit is contained in:
Alexander Navarro 2024-05-26 12:29:37 -04:00
parent ff7073073c
commit 5bd2af8969
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,8 @@
return {
"nosduco/remote-sshfs.nvim",
dependencies = { "nvim-telescope/telescope.nvim" },
config = function()
require("remote-sshfs").setup({})
require("telescope").load_extension("remote-sshfs")
end,
}