1
0

Update home/.config/lvim/lua/user/plugins.lua

Update home/.config/lvim/lua/user/whichkey.lua
This commit is contained in:
2025-06-20 21:50:19 +02:00
parent a61a2520e4
commit 4a40fd2809
2 changed files with 7 additions and 1 deletions

View File

@@ -387,6 +387,12 @@ M.setup = function()
},
{
"francoiscabrol/ranger.vim",
config = function ()
vim.cmd([[
let g:NERDTreeHijackNetrw = 0
let g:ranger_replace_netrw = 1
]])
end
},
{
"rbgrouleff/bclose.vim"