treewide: config -> opts

This commit is contained in:
Guanran Wang 2024-02-23 17:07:32 +08:00
parent 6de0f064a9
commit 2e3d61dd1f
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
2 changed files with 2 additions and 4 deletions

View file

@ -1,7 +1,6 @@
return {
"lewis6991/gitsigns.nvim",
opts = {},
config = {
opts = {
current_line_blame = true,
current_line_blame_opts = {
delay = 100,

View file

@ -1,8 +1,7 @@
return {
"lukas-reineke/indent-blankline.nvim",
main = "ibl",
opts = {},
config = {
opts = {
indent = {
char = "",
},