Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commenter not working #290

Closed
rcclemente opened this issue Jan 2, 2023 · 2 comments
Closed

Commenter not working #290

rcclemente opened this issue Jan 2, 2023 · 2 comments

Comments

@rcclemente
Copy link

Hi,

I have recently migrated to using full lua with my nvim. In my previous vimscript i was using https:/tpope/vim-commentary

I added this to my plugins.lua

  use {
      'numToStr/Comment.nvim',
      config = function()
          require('Comment').setup()
      end
  }

Installed and restarted

tried the command gcc, gc11j ... etc

Is there a way to debug this?

Regards

@numToStr
Copy link
Owner

numToStr commented Jan 2, 2023

Try #115 (comment)

@rcclemente
Copy link
Author

@numToStr thanks but i found an issue from my default config. It is working great now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants