Skip to content

Commit

Permalink
feat(conform-nvim): add mapping for ConformInfo (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
azdanov authored Feb 2, 2025
1 parent 5263d85 commit 0e50b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/editing-support/conform-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ return {
mappings = {
n = {
["<Leader>lf"] = { function() vim.cmd.Format() end, desc = "Format buffer" },
["<Leader>lc"] = { function() vim.cmd.ConformInfo() end, desc = "Conform information" },
["<Leader>uf"] = {
function()
if vim.b.autoformat == nil then
Expand Down

0 comments on commit 0e50b75

Please sign in to comment.