LudoPinelli / comment-box.nvim

:sparkles: Clarify and beautify your comments and plain text files using boxes and lines.
MIT License
408 stars 15 forks source link

Fixed "Not an editor command" #29

Closed HaloGamer33 closed 10 months ago

HaloGamer33 commented 10 months ago

The missing whitespace made Neovim treat the whole string as a command, it was giving me problem on my Windows machine, not sure if this is related to the OS.

LudoPinelli commented 10 months ago

It should not be related to the OS, it makes perfect sense, and to be honest I don't know why it worked on Linux without the whitespace! Anyway, thank you!