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
Because when using doom emacs, doom emacs does not directly use the treesit package but uses the tree-sitter package instead.
Therefore, I must manually enable c++-ts-mode in order to use the package normally.
c++-ts-mode
If c++-ts-mode is manually enabled, it will disrupt many doom emacs configurations related to :lang cc.
So, do you have any good solutions that can help me?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Because when using doom emacs, doom emacs does not directly use the treesit package but uses the tree-sitter package instead.
Therefore, I must manually enable
c++-ts-mode
in order to use the package normally.If
c++-ts-mode
is manually enabled, it will disrupt many doom emacs configurations related to :lang cc.So, do you have any good solutions that can help me?
The text was updated successfully, but these errors were encountered: