mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +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)
|
||||
return vim.b[buf].neo_tree_source == "filesystem"
|
||||
end,
|
||||
pinned = true,
|
||||
open = function()
|
||||
vim.api.nvim_input("<esc><space>e")
|
||||
end,
|
||||
size = { height = 0.5 },
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue