add git blame border

This commit is contained in:
Paul Trowbridge 2026-02-16 17:36:47 -05:00
parent 26b5fcaf67
commit 8bd885a06a

View File

@ -63,6 +63,20 @@ return {
lazy = false
},
-- Gitsigns with border configuration
{
"lewis6991/gitsigns.nvim",
opts = {
preview_config = {
border = "rounded", -- Options: "single", "double", "rounded", "solid", "shadow"
style = "minimal",
relative = "cursor",
row = 0,
col = 1,
},
},
},
-- Mason (to install formatters like pgformatter/sqlfluff)
{
"williamboman/mason.nvim",