Update home/.config/lvim/lua/user/plugins.lua
Update home/.config/lvim/lua/user/whichkey.lua
This commit is contained in:
@@ -387,6 +387,12 @@ M.setup = function()
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"francoiscabrol/ranger.vim",
|
"francoiscabrol/ranger.vim",
|
||||||
|
config = function ()
|
||||||
|
vim.cmd([[
|
||||||
|
let g:NERDTreeHijackNetrw = 0
|
||||||
|
let g:ranger_replace_netrw = 1
|
||||||
|
]])
|
||||||
|
end
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"rbgrouleff/bclose.vim"
|
"rbgrouleff/bclose.vim"
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ M.setup = function()
|
|||||||
|
|
||||||
lvim.builtin.which_key.mappings[";"] = {}
|
lvim.builtin.which_key.mappings[";"] = {}
|
||||||
-- lvim.builtin.which_key.mappings["e"] = { ":lua require('user.functions').xplr_toggle()<CR>", "File manager" }
|
-- lvim.builtin.which_key.mappings["e"] = { ":lua require('user.functions').xplr_toggle()<CR>", "File manager" }
|
||||||
lvim.builtin.which_key.mappings["e"] = { ":RnvimrToggle<CR>", "File manager" }
|
lvim.builtin.which_key.mappings["e"] = { ":RangerCurrentDirectoryExistingOrNewTab<CR>", "File manager" }
|
||||||
lvim.builtin.terminal.open_mapping = "<C-t>"
|
lvim.builtin.terminal.open_mapping = "<C-t>"
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user