add git blame border
This commit is contained in:
parent
26b5fcaf67
commit
8bd885a06a
@ -63,6 +63,20 @@ return {
|
|||||||
lazy = false
|
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)
|
-- Mason (to install formatters like pgformatter/sqlfluff)
|
||||||
{
|
{
|
||||||
"williamboman/mason.nvim",
|
"williamboman/mason.nvim",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user