Skip to main content

Ranger

File exploring using ranger.

Plugins/Packages

Plugins for the doom.features.ranger module.

These plugins will be passed into packer.nvim on startup. You can tweak the packer options by accessing these values in your config.lua file. i.e.:

local ranger_packages = doom.features.ranger.packages
ranger_packages['ranger.vim'].commit = '<my_new_commit_sha>'
KeySourceCommitIs Lazy?
ranger.vim francoiscabrol/ranger.vimbdf566dfaf47df3aef0a5fd823cedf41c

Keybinds

Override these keybinds in your config.lua:

local ranger = doom.features.ranger
ranger.binds = {
{ "<leader>prefix", "<cmd>echo 'my new keybind'<CR>", name = "Description for my new keybind" }
}
KeymapDescription
<leader>or Ranger