Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add ability for the tree to open in new tab when changing tab #92

Merged
merged 1 commit into from Aug 18, 2020

Conversation

kyazdani42
Copy link
Member

@kyazdani42 kyazdani42 commented Aug 18, 2020

let g:lua_tree_tab_open=1
fixes #63 (not really, it was api.nvim_win_set_option that made nvim segfault while changing tab and it was in my statusline...)
fixes #54

- remove tags file
- open/close the tree on `TabEnter` with the option `g:lua_tree_tab_open`
@kyazdani42 kyazdani42 merged commit 9eea2b8 into master Aug 18, 2020
@kyazdani42
Copy link
Member Author

for information: this is hacky, i just close/open the tree on tabenter, but it works fine so i'll keep it this way :)

@kyazdani42 kyazdani42 deleted the feat/auto-open-on-new-tab branch October 9, 2021 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] tab pages broken when opening the tree in a new tab Open LuaTree on multiple/all tabs
1 participant