Skip to content

Commit db16d59

Browse files
committed
feat(community/remote-development): add remote-sshfs-nvim
1 parent a77607f commit db16d59

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lazy-lock.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
"promise-async": { "branch": "main", "commit": "38a4575da9497326badd3995e768b4ccf0bb153e" },
149149
"rainbow-delimiters.nvim": { "branch": "master", "commit": "d227e6c9879bb50af35cd733461198666981d482" },
150150
"refactoring.nvim": { "branch": "master", "commit": "c406fc5fb4d7ba5fce7b668637075fad6e75e9f8" },
151+
"remote-sshfs.nvim": { "branch": "main", "commit": "03f6c40c4032eeb1ab91368e06db9c3f3a97a75d" },
151152
"resession.nvim": { "branch": "master", "commit": "cc819b0489938d03e4f3532a583354f0287c015b" },
152153
"rest.nvim": { "branch": "main", "commit": "113dce7749eb22b84cbde052d1cdc1f70702ed58" },
153154
"rustaceanvim": { "branch": "master", "commit": "6eb1c41463a0ad02a4fe799321cc7f651b87e576" },

lua/community.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ return {
256256
{ import = "astrocommunity.quickfix.nvim-bqf" },
257257
{ import = "astrocommunity.recipes.neovide" },
258258
{ import = "astrocommunity.recipes.vscode" },
259+
{ import = "astrocommunity.remote-development.remote-sshfs-nvim" },
259260
{ import = "astrocommunity.search.nvim-spectre" },
260261
{ import = "astrocommunity.search.sad-nvim" },
261262
{ import = "astrocommunity.scrolling.neoscroll-nvim" },

0 commit comments

Comments
 (0)