Compare commits

..

No commits in common. "380ca690461c912a89f72d187bf95e229f5be553" and "9c8ef716897cd82873ca7525eb8d319103914bd0" have entirely different histories.

View file

@ -11,21 +11,6 @@
require("mini.icons").mock_nvim_web_devicons()
'';
luaConfigRC.mini-files-close-on-open = ''
vim.api.nvim_create_autocmd("User", {
pattern = "MiniFilesBufferCreate",
callback = function(args)
local map = function(key)
vim.keymap.set("n", key, function()
MiniFiles.go_in({ close_on_file = true })
end, { buffer = args.data.buf_id })
end
map("l")
map("<CR>")
end,
})
'';
binds.whichKey = {
enable = true;
setupOpts.delay = 300;