nvim-tree.lua/doc
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
..
.gitignore feat: add ability for the tree to change tab 2020-08-18 19:11:10 +02:00
nvim-tree-lua.txt feat(#1984): add quit_on_open and focus opts to various api.node.open functions (#3054) 2025-02-22 11:09:49 +11:00