Remove gitsigns in favor of mini.diff
This commit is contained in:
parent
3b308ace73
commit
261453871b
2 changed files with 13 additions and 62 deletions
|
|
@ -46,6 +46,19 @@ return { -- Collection of various small independent plugins/modules
|
|||
},
|
||||
}
|
||||
|
||||
-- Unused for now
|
||||
-- require('mini.git').setup {}
|
||||
|
||||
-- Helpful diffs, replaces gitsigns
|
||||
-- see: https://nvim-mini.org/mini.nvim/doc/mini-diff.html#module-highlightgroups
|
||||
require('mini.diff').setup {
|
||||
view = {
|
||||
style = 'sign',
|
||||
-- signs = { add = '▒', change = '▒', delete = '▒' },
|
||||
-- signs = { add = '|', change = '|', delete = '|' },
|
||||
},
|
||||
}
|
||||
|
||||
-- Simple and easy statusline.
|
||||
-- You could remove this setup call if you don't like it,
|
||||
-- and try some other statusline plugin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue