first commit
This commit is contained in:
7
lua/plugins/blankline.lua
Normal file
7
lua/plugins/blankline.lua
Normal file
@ -0,0 +1,7 @@
|
||||
return {
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
main = "ibl",
|
||||
---@module "ibl"
|
||||
---@type ibl.config
|
||||
opts = {},
|
||||
}
|
Reference in New Issue
Block a user