This commit is contained in:
saarsena@gmail.com 2026-04-08 06:38:52 -04:00
commit 085347ddac
49 changed files with 1931 additions and 0 deletions

View file

@ -0,0 +1,12 @@
return {
'lukas-reineke/indent-blankline.nvim',
main = 'ibl',
event = { 'BufReadPost', 'BufNewFile' },
opts = {
indent = { char = '' },
scope = { enabled = true, show_start = true },
exclude = {
filetypes = { 'help', 'alpha', 'dashboard', 'lazy', 'mason', 'oil' },
},
},
}