mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add: update config indent-blankline to BufWinEnter
This commit is contained in:
parent
802f269942
commit
e5a9b6e638
2 changed files with 3 additions and 3 deletions
|
@ -211,7 +211,7 @@ return {
|
|||
},
|
||||
{
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
event = "BufRead",
|
||||
event = "BufWinEnter",
|
||||
lazy = true,
|
||||
opts = {
|
||||
indent = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue