mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
nvim: set Gitsigns popup border style
This commit is contained in:
parent
16d981e5ad
commit
77030863b9
1 changed files with 4 additions and 1 deletions
|
|
@ -76,7 +76,10 @@ require('lazy').setup({
|
||||||
delete = { text = '_' },
|
delete = { text = '_' },
|
||||||
topdelete = { text = '‾' },
|
topdelete = { text = '‾' },
|
||||||
changedelete = { text = '│' },
|
changedelete = { text = '│' },
|
||||||
},
|
},
|
||||||
|
preview_config = {
|
||||||
|
border = 'solid',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ -- Set lualine as statusline
|
{ -- Set lualine as statusline
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue