We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5263d85 commit 0e50b75Copy full SHA for 0e50b75
lua/astrocommunity/editing-support/conform-nvim/init.lua
@@ -33,6 +33,7 @@ return {
33
mappings = {
34
n = {
35
["<Leader>lf"] = { function() vim.cmd.Format() end, desc = "Format buffer" },
36
+ ["<Leader>lc"] = { function() vim.cmd.ConformInfo() end, desc = "Conform information" },
37
["<Leader>uf"] = {
38
function()
39
if vim.b.autoformat == nil then
0 commit comments