-
-
Notifications
You must be signed in to change notification settings - Fork 625
add option to make width a percentage of "&columns" #473
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
Conversation
Facepalm did the same mistake again. I am very sorry - first time actually doing anything on github other than messing around with my own repo. Reopening this. |
No worries, we've all been through this at some point:) |
Assuming this is all good now, Should I cleanup the commit history before it gets merged? |
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.
thanks ;)
Allows nvim_tree_width to accept a string, that will determine whether or not it's a percentage of width of entire editor in columns.
Following @sindrets proposal from the previous pull request.