Skip to content

Conversation

@wvjgsuhp
Copy link

@wvjgsuhp wvjgsuhp commented Jun 5, 2023

This is for users to config borders for left and mid elements like this,

-- proposed
mid = {
  border = { "", " ", "", "", "", " ", "", "" },
}

instead of,

-- current
mid = {
  border = { style = { "", " ", "", "", "", " ", "", "" } },
}

Otherwise, it should be specified in the doc.

@SmiteshP
Copy link
Owner

Actually I didn't intend for the end users to use array's to set the border characters. And just use the strings "single" "double" etc etc to set the border and let navbuddy handler the rest.

@wvjgsuhp
Copy link
Author

Got it.
I found this while making something like this.
image

Also, didn't notice these changes would break the setting with "single", "double", etc.

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.

2 participants