Skip to content

Commit

Permalink
fix(oil-nvim): ssh support
Browse files Browse the repository at this point in the history
  • Loading branch information
meijieru committed Oct 24, 2023
1 parent cae8e92 commit 70e9970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/file-explorer/oil-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
return {
"stevearc/oil.nvim",
lazy = false,
opts = {},
enabled = true,
cmd = "Oil",
keys = {
{ "<leader>O", function() require("oil").open() end, desc = "Open folder in Oil" },
Expand Down

0 comments on commit 70e9970

Please sign in to comment.