fix(edgy): only track other neo-tree windows with a source
This commit is contained in:
@ -84,7 +84,14 @@ return {
|
|||||||
pinned = true,
|
pinned = true,
|
||||||
open = "Neotree position=top buffers",
|
open = "Neotree position=top buffers",
|
||||||
},
|
},
|
||||||
"neo-tree",
|
{
|
||||||
|
title = "Neo-Tree Other",
|
||||||
|
ft = "neo-tree",
|
||||||
|
filter = function(buf)
|
||||||
|
return vim.b[buf].neo_tree_source ~= nil
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
-- "neo-tree",
|
||||||
},
|
},
|
||||||
keys = {
|
keys = {
|
||||||
-- increase width
|
-- increase width
|
||||||
|
Reference in New Issue
Block a user