When using this plugin with numToStr/Comment.nvim, the mapping gcO or gcA to open a comment above or below the current line don't work properly.
Eg in lua:
Actual: string -- is inserted
Expected: string -- is inserted (as it is with the plugin disabled)
When using this plugin with
numToStr/Comment.nvim, the mappinggcOorgcAto open a comment above or below the current line don't work properly.Eg in
lua:Actual: string
--is insertedExpected: string
--is inserted (as it is with the plugin disabled)