Skip to content

Commit

Permalink
feat(plugin): opener.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
roeybenarieh committed Jan 3, 2025
1 parent 75d56a1 commit 13bd74b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lua/plugins/opener.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
return {
"willthbill/opener.nvim",
dependencies = "nvim-telescope/telescope.nvim",
keys = {
{
"<leader>P",
function()
require('telescope').extensions.opener.opener {
hidden=true,
respect_gitignore=false,
root_dir="~",
}
end,
desc = "open nvim in a new directory",
},
},
}

0 comments on commit 13bd74b

Please sign in to comment.