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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
What is this feature about? Implement this plugin. This plugin improves code coloration and comprehension for other plugins.
How will this solution be done? Adding this plugin to the plugins list (lua/plugins.lua) and configure it.
lua/plugins.lua
What needs to be done? Install and configure the plugin.
The text was updated successfully, but these errors were encountered:
Treesitter has been configured, but it seems that there is an issue with the ts-context-commentstring plugin.
ts-context-commentstring
See the bug report here
Sorry, something went wrong.
feat(neovim): Add treesitter with configured plugins #3
cac70f3
Merge pull request #106 from Curs3W4ll/3-Support-for-treesitter
973a96b
#3 Add support for treesitter
Curs3W4ll
Successfully merging a pull request may close this issue.
What is this feature about?
![Preview](https://user-images.githubusercontent.com/2361214/202753610-e923bf4e-e88f-494b-bb1e-d22a7688446f.png)
Implement this plugin.
This plugin improves code coloration and comprehension for other plugins.
How will this solution be done?
Adding this plugin to the plugins list (
lua/plugins.lua
) and configure it.What needs to be done?
Install and configure the plugin.
The text was updated successfully, but these errors were encountered: