Restructure to monorepo
This commit is contained in:
parent
2d7c3cd696
commit
b37fcbd18f
35 changed files with 1 additions and 2 deletions
7
nvim/lua/plugins/indent-blankline.lua
Normal file
7
nvim/lua/plugins/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