terrortylor / nvim-comment

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

Uncomment doesn't work if there isn't a space between the comment marker and the rest of the line #50

Closed mrjones2014 closed 2 years ago

mrjones2014 commented 2 years ago

e.g. uncommenting this will work

-- this is
-- a lua comment

But uncommenting this will not do anything:

--this is
--a lua comment