Add plugin to nvim #2
This commit is contained in:
parent
ff7073073c
commit
5bd2af8969
2 changed files with 9 additions and 0 deletions
|
|
@ -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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue