wip
This commit is contained in:
parent
2ba39c6973
commit
771719ed07
29 changed files with 1190 additions and 831 deletions
14
lua/clowiie/plugins/gitsigns.lua
Normal file
14
lua/clowiie/plugins/gitsigns.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
return {
|
||||
-- See `:help gitsigns` to understand what the configuration keys do
|
||||
-- Adds git related signs to the gutter, as well as utilities for managing changes
|
||||
'lewis6991/gitsigns.nvim',
|
||||
opts = {
|
||||
-- signs = {
|
||||
-- add = { text = '+' },
|
||||
-- change = { text = '~' },
|
||||
-- delete = { text = '_' },
|
||||
-- topdelete = { text = '‾' },
|
||||
-- changedelete = { text = '~' },
|
||||
-- },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue