terrortylor / nvim-comment

A comment toggler for Neovim, written in Lua
MIT License
479 stars 23 forks source link

if comment_empty is set to false, also check if line length is less than 1 and return #18

Closed rmagillxyz closed 3 years ago

terrortylor commented 3 years ago

I'm not sure what use case this is for, could you help me understand?

rmagillxyz commented 3 years ago

Disregard. I just switched back to your copy and now the comment_empty is working as expected. It must have been an issue on my end. I've been working out a lot of kinks in my lua config so I'm not even sure what my issue was. Great job btw. Thanks for your work.