Skip to content

Commit

Permalink
feat(edgy): neo-tree filessystem is now also a pinned view
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 9, 2023
1 parent e049928 commit 6ffc895
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/lazyvim/plugins/extras/ui/edgy.lua
Expand Up @@ -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 },
},
{
Expand Down

0 comments on commit 6ffc895

Please sign in to comment.