mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
add config function for indent-blankline
This commit is contained in:
parent
6b740fd300
commit
47c9e33049
1 changed files with 3 additions and 0 deletions
|
|
@ -170,6 +170,9 @@ return {
|
||||||
show_trailing_blankline_indent = false,
|
show_trailing_blankline_indent = false,
|
||||||
show_current_context = false,
|
show_current_context = false,
|
||||||
},
|
},
|
||||||
|
config = function(_, opts)
|
||||||
|
require("indent_blankline").setup(opts)
|
||||||
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
-- active indent guide and indent text objects
|
-- active indent guide and indent text objects
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue