Apply Patch
This commit is contained in:
parent
24dee0bed0
commit
2c6705f028
22 changed files with 18 additions and 17 deletions
7
nvim/lua/plugins_base/indent-blankline.lua
Normal file
7
nvim/lua/plugins_base/indent-blankline.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
main = "ibl",
|
||||
---@module "ibl"
|
||||
---@type ibl.config
|
||||
opts = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue