Skip to content

Commit

Permalink
chore: tweak highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Dec 7, 2024
1 parent 371fce2 commit 11f7b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/tinygit/commands/commit-and-amend.lua
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ local function showCommitPreview()
timeout = false, -- keep shown, only remove when input window closed
id = "tinygit.commit-preview", -- only `snacks.nvim`
animate = false, -- only `nvim-notify`
ft = "text", -- only `snacks.nvim`, `+` and `-` would be markdown highlighted otherwise
})
end

Expand Down

0 comments on commit 11f7b83

Please sign in to comment.