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 {
|
return {
|
||||||
"lewis6991/gitsigns.nvim",
|
"lewis6991/gitsigns.nvim",
|
||||||
opts = {},
|
opts = {
|
||||||
config = {
|
|
||||||
current_line_blame = true,
|
current_line_blame = true,
|
||||||
current_line_blame_opts = {
|
current_line_blame_opts = {
|
||||||
delay = 100,
|
delay = 100,
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
return {
|
return {
|
||||||
"lukas-reineke/indent-blankline.nvim",
|
"lukas-reineke/indent-blankline.nvim",
|
||||||
main = "ibl",
|
main = "ibl",
|
||||||
opts = {},
|
opts = {
|
||||||
config = {
|
|
||||||
indent = {
|
indent = {
|
||||||
char = "▏",
|
char = "▏",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue