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

Is this still needed with Neovim 0.10? #453

Open
flexagoon opened this issue Apr 10, 2024 · 1 comment
Open

Is this still needed with Neovim 0.10? #453

flexagoon opened this issue Apr 10, 2024 · 1 comment

Comments

@flexagoon
Copy link

Neovim 0.10 introduced built-in commenting support:

neovim/neovim#28176

Does it make this plugin redundant? If not, the differences should be mentioned in the readme.

@ouuan
Copy link

ouuan commented May 7, 2024

A notable difference is that the built-in comment does not force the single-space inner padding. This means that comments would be //comment instead of // comment, and uncommenting // comment may result in comment with a leading space. This might be fixed in the future. Now you can use this workaround.

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