Open yadobler opened 1 year ago
No worries, this is the right place! I'm currently in the process of rewriting the entire plugin to be more flexible and easier to configure, so I'll make sure this fix makes it into that patch :)
I've got a fair bit done, just working on reimplementing the builtins; It should be live some time this week.
Thanks, glad you like it!
If using an indent plugin or any form of "showing special characters" like indent-blankline.nvim, the special characters show for
eol
(like "↴") at the left.Current workaround: making an autocmd for "Veil" filetypes, and setting the local option of "list" to false:
(sorry if this isnt the correct way to raise issue, this is my first time on github using more than just git commit 😄, i love this plugin)