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
Would be nice to have some sort of keybinding for ConformInfo similar to LSP info and Nullls Info.
I was thinking of adding <Leader>lc to see ConformInfo, since both <Leader>li and <Leader>lI are taken by LSP and Nullls.
<Leader>lc
<Leader>li
<Leader>lI
https://github.com/AstroNvim/astrocommunity/blob/main/lua/astrocommunity/editing-support/conform-nvim/init.lua
The text was updated successfully, but these errors were encountered:
Or would it make sense to replace <Leader>lI from nullls to conform when conform pack is used?
Sorry, something went wrong.
No branches or pull requests
Is your feature related to a problem?
Would be nice to have some sort of keybinding for ConformInfo similar to LSP info and Nullls Info.
Describe the new feature
I was thinking of adding
<Leader>lc
to see ConformInfo, since both<Leader>li
and<Leader>lI
are taken by LSP and Nullls.Additional context
https://github.com/AstroNvim/astrocommunity/blob/main/lua/astrocommunity/editing-support/conform-nvim/init.lua
The text was updated successfully, but these errors were encountered: