Maybe a bug? I m not sure. #1289
Closed
vanguard-bit
started this conversation in
General
Replies: 1 comment 1 reply
-
Lua uses curly brackets for lists. Try: border = { "╔" , "═" , "╗" , "║" , "╝", "═" , "╚" , "║" } |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I didnt want to make a issue with my meager knowledge in lua and nvim.....

here is my config....and what i found out is while passing argument to border i tried using


[ "╔" , "═" , "╗" , "║" , "╝", "═" , "╚" , "║" ]
this is the error⬆️
then i tried this
'[ "╔" , "═" , "╗" , "║" , "╝", "═" , "╚" , "║" ]'
then i got this⬆️
I even tried passing each element as an array ...it didnt work...i tried without " ' " again the same error.
Is my syntax wrong in any way?
and all this are valid argument for
border
.I didnt try other arguments though....
edit: I forgot to mention -single, double, rounded, shadow, and solid works fine.
Beta Was this translation helpful? Give feedback.
All reactions