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

feat: Add nvim-treesitter-context integration #265

Merged
merged 3 commits into from Aug 28, 2022

Conversation

mslalith
Copy link
Contributor

Closes #264

@nullchilly
Copy link
Member

nullchilly commented Aug 28, 2022

Please use the highlight groups mentioned here https://github.com/nvim-treesitter/nvim-treesitter-context#appearance instead of the fallback group

Also use the global cnf instead of defining a local config to access the configuration

@mslalith
Copy link
Contributor Author

@nullchilly updated. Please have a look

@nullchilly nullchilly merged commit 0392739 into catppuccin:main Aug 28, 2022
@nullchilly
Copy link
Member

If too many treesitter plugins pop up I guess we should merge them into one table, like this for example:

treesitter = {
  enabled = true,
  context = true,
  rainbow = true
}

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

Successfully merging this pull request may close these issues.

feat: Add nvim-treesitter-context integration
2 participants