neovim plugin cleanup

This commit is contained in:
Alexander Navarro 2024-11-22 13:29:05 -03:00
parent ec617fabc2
commit 4a5a878a7f
9 changed files with 69 additions and 161 deletions

View file

@ -1,9 +1,6 @@
---@type LazySpec
return {
"mikavilpas/yazi.nvim",
-- event = "VeryLazy",
keys = {
-- 👇 in this section, choose your own keymappings!
{
"<leader>e",
"<cmd>Yazi<cr>",
@ -15,15 +12,7 @@ return {
"<cmd>Yazi cwd<cr>",
desc = "Open the file manager in nvim's working directory",
},
-- {
-- -- NOTE: this requires a version of yazi that includes
-- -- https://github.com/sxyazi/yazi/pull/1305 from 2024-07-18
-- '<c-up>',
-- "<cmd>Yazi toggle<cr>",
-- desc = "Resume the last yazi session",
-- },
},
---@type YaziConfig
opts = {
-- if you want to open yazi instead of netrw, see below for more info
open_for_directories = true,