feat(nvim): kazhala/close-buffers.nvim + mappings

This commit is contained in:
2023-08-01 14:26:13 +03:00
parent 491f733221
commit 8f4ad21ed8
2 changed files with 19 additions and 5 deletions

View File

@@ -22,6 +22,7 @@ return {
mode = "cursor", -- cursor, or topline
},
},
{ "kazhala/close-buffers.nvim" },
{
"folke/edgy.nvim",
event = "VeryLazy",
@@ -98,11 +99,6 @@ return {
pinned = true,
open = "Neotree position=top buffers",
},
{
ft = "Outline",
pinned = true,
open = "SymbolsOutlineOpen",
},
-- any other neo-tree windows
"neo-tree",
},