-
-
Notifications
You must be signed in to change notification settings - Fork 626
chore/remove globals #1279
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
chore/remove globals #1279
Conversation
…pened_files nvim_tree_root_folder_modifier nvim_tree_special_files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good thank you !
Can you just answer this before we merge ?
Merged all three into this branch for a single commit, as we cannot revert just one of the branches. On your final approval I will merge and update #674 I'd like to tweak the README and help a little more, but that can happen later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !
Thanks a lot for this PR, we should have less issues coming up about people having issues with the setup !
Although we might have a few issues popping up in the next few days.
I'll leave you to merge this and update #674 (if you can, otherwise tell me i'll do it).
#674 updated. I do expect a couple of issues and am watchingi for issues. |
No issues on my side, config validator was extremely helpful! Great job Alex! |
* remove renderer globals: nvim_tree_add_trailing nvim_tree_highlight_opened_files nvim_tree_root_folder_modifier nvim_tree_special_files * remove renderer globals: nvim_tree_icon_padding * remove renderer globals: nvim_tree_symlink_arrow * remove renderer globals: nvim_tree_show_icons, nvim_tree_show_icons * remove renderer globals: nvim_tree_git_hl * remove renderer globals: nvim_tree_group_empty * remove renderer globals: respect_buf_cwd * remove renderer globals: nvim_tree_create_in_closed_folder * remove globals: consistency in legacy checks * remove renderer globals: nvim_tree_special_files * renderer.icons.symbols -> glyphs
First round. No significant refactoring. I'll do some more when I get the energy.
Second round, merge after this: #1280
Final round, merge after #1280 : #1281