mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-23 20:14:32 +02:00
enc: change indent blank line
This commit is contained in:
parent
aa2f3a49ef
commit
c29942d4a7
3 changed files with 25 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
return {
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
--[[ "lukas-reineke/indent-blankline.nvim",
|
||||
-- version = "3.5.4",
|
||||
event = { "BufRead", "InsertEnter", "BufNewFile" },
|
||||
lazy = true,
|
||||
|
@ -35,5 +35,5 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
main = "ibl",
|
||||
main = "ibl", ]]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue