chore: format everything with stylua and update
This commit is contained in:
parent
473d78494e
commit
e90763e223
22 changed files with 273 additions and 222 deletions
|
@ -1,14 +1,14 @@
|
|||
return {
|
||||
'lambdalisue/gina.vim',
|
||||
'gisphm/vim-gitignore',
|
||||
'sjl/splice.vim',
|
||||
"lambdalisue/gina.vim",
|
||||
"gisphm/vim-gitignore",
|
||||
"sjl/splice.vim",
|
||||
{
|
||||
'lewis6991/gitsigns.nvim',
|
||||
"lewis6991/gitsigns.nvim",
|
||||
config = {
|
||||
signs = {
|
||||
add = { text = '▌' },
|
||||
change = { text = '▐' },
|
||||
add = { text = "▌" },
|
||||
change = { text = "▐" },
|
||||
},
|
||||
}
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue