treewide: config -> opts
This commit is contained in:
parent
6de0f064a9
commit
2e3d61dd1f
2 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
|||
return {
|
||||
"lewis6991/gitsigns.nvim",
|
||||
opts = {},
|
||||
config = {
|
||||
opts = {
|
||||
current_line_blame = true,
|
||||
current_line_blame_opts = {
|
||||
delay = 100,
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
return {
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
main = "ibl",
|
||||
opts = {},
|
||||
config = {
|
||||
opts = {
|
||||
indent = {
|
||||
char = "▏",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue