RishabhRD / popfix

Neovim lua API for highly extensible popup window
83 stars 3 forks source link

Fix border #18

Closed phgz closed 2 years ago

phgz commented 2 years ago

border_chars does not exist, so customisation was impossible.

phgz commented 2 years ago

It seems like it has not been merged.

phgz commented 2 years ago

In fact, I Just realized that in lua/popfix/list.lua line 28

    border_chars = opts.border_chars,

also need to be fixed.