refactor + fmt
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
---@module 'lazy'
|
||||
---@type LazySpec
|
||||
return {
|
||||
'lewis6991/gitsigns.nvim',
|
||||
---@module 'gitsigns'
|
||||
---@type Gitsigns.Config
|
||||
---@diagnostic disable-next-line: missing-fields
|
||||
opts = {
|
||||
signs = {
|
||||
add = { text = '│' }, ---@diagnostic disable-line: missing-fields
|
||||
change = { text = '│' }, ---@diagnostic disable-line: missing-fields
|
||||
delete = { text = '│' }, ---@diagnostic disable-line: missing-fields
|
||||
topdelete = { text = '│' }, ---@diagnostic disable-line: missing-fields
|
||||
changedelete = { text = '│' }, ---@diagnostic disable-line: missing-fields
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user