nvim-tree.lua/lua
Gabriel Crispino 3281f331f7
feat(#1984): add quit_on_open and focus opts to various api.node.open functions (#3054)
* feat: add quit_on_open opt to api.node.open.edit

* fix: fix missing @param annotation

* feat: add focus opt to api.node.open.edit

* fix: fix focus == false behaviour on api.node.open.tab command

* fix: add optional tabpage integer parameter to view.close

if tabpage is not nil, then the function closes the tabpage in this
specific tabpage

* fix: fix quit_on_open == true behaviour on api.node.open.tab command

* fix: add check to not use new opts for certain edit modes

* fix: add docs for new opts

---------

Co-authored-by: Alexander Courtis <alex@courtis.org>
2025-02-22 11:09:49 +11:00
..
nvim-tree feat(#1984): add quit_on_open and focus opts to various api.node.open functions (#3054) 2025-02-22 11:09:49 +11:00
nvim-tree.lua fix: hijack directory "BufEnter", "BufNewFile" events are nested (#3044) 2025-01-13 15:39:10 +11:00