rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
2.97k stars 78 forks source link

how can I fix "border chars must be one cell" error? #142

Closed pranc1ngpegasus closed 1 year ago

pranc1ngpegasus commented 1 year ago

My config with dein.vim is following.

[[plugins]]
repo = 'rcarriga/nvim-notify'
lua_add = '''
vim.notify = require("notify")
'''

When I ran install LSP plugin with mason.nvim then I got this error.

Error running notification service: ...e/dein/.cache/init.vim/.dein/lua/notify/windows/init.lua:284: border chars must be one cell

Notification was shown successfully. But wont close.

Screen Shot 2022-10-12 at 11 58 03
rcarriga commented 1 year ago

I'm not really sure what's happening but I've put in a workaround that should avoid it anyway

pranc1ngpegasus commented 1 year ago

@rcarriga Thank you for your prompt response! My problem was solved.