This commit is contained in:
Bobby Palko
2026-04-03 09:12:20 -04:00
commit 8970174498
20 changed files with 2034 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
-- Add indentation guides even on blank lines
---@module 'lazy'
---@type LazySpec
return {
'lukas-reineke/indent-blankline.nvim',
-- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help ibl`
main = 'ibl',
---@module 'ibl'
---@type ibl.config
opts = {},
}