Skip to content

Commit 0e50b75

Browse files
authored
feat(conform-nvim): add mapping for ConformInfo (#1349)
1 parent 5263d85 commit 0e50b75

File tree

1 file changed

+1
-0
lines changed
  • lua/astrocommunity/editing-support/conform-nvim

1 file changed

+1
-0
lines changed

lua/astrocommunity/editing-support/conform-nvim/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ return {
3333
mappings = {
3434
n = {
3535
["<Leader>lf"] = { function() vim.cmd.Format() end, desc = "Format buffer" },
36+
["<Leader>lc"] = { function() vim.cmd.ConformInfo() end, desc = "Conform information" },
3637
["<Leader>uf"] = {
3738
function()
3839
if vim.b.autoformat == nil then

0 commit comments

Comments
 (0)