with ranger

This commit is contained in:
2023-02-05 00:36:44 +01:00
parent 0d2edc0974
commit fcfe2d0617
5 changed files with 32 additions and 5 deletions

9
lua/plugins/ranger.lua Normal file
View File

@@ -0,0 +1,9 @@
return {
"kjuulh/ranger.nvim",
config = function()
require("ranger").setup()
end,
keys = {
{ "<leader>.", "<CMD>Ranger<CR>", "Opens the ranger file manager" },
},
}