mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-25 18:28:50 +02:00
feat(edgy): neo-tree filessystem is now also a pinned view
This commit is contained in:
parent
e049928b8b
commit
6ffc89512e
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,10 @@ return {
|
||||||
filter = function(buf)
|
filter = function(buf)
|
||||||
return vim.b[buf].neo_tree_source == "filesystem"
|
return vim.b[buf].neo_tree_source == "filesystem"
|
||||||
end,
|
end,
|
||||||
|
pinned = true,
|
||||||
|
open = function()
|
||||||
|
vim.api.nvim_input("<esc><space>e")
|
||||||
|
end,
|
||||||
size = { height = 0.5 },
|
size = { height = 0.5 },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue