We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Neovim v10 has a built-in commenting support based on the treesitter. But rescript files can not be commented, and failing with the following error:
Option 'commentstring' is empty.
The text was updated successfully, but these errors were encountered:
I think this should be done in https://github.com/rescript-lang/vim-rescript
Or create a file at ~/.config/nvim/after/ftplugin/rescript.lua
~/.config/nvim/after/ftplugin/rescript.lua
vim.opt_local.commentstring = '// %s'
Sorry, something went wrong.
Add commentstring
c7b9249
Close #75
Successfully merging a pull request may close this issue.
Neovim v10 has a built-in commenting support based on the treesitter. But rescript files can not be commented, and failing with the following error:
The text was updated successfully, but these errors were encountered: