This commit is contained in:
Francis 2025-11-03 01:08:24 +00:00
parent ee0ee40cf3
commit 4095694799
7 changed files with 130 additions and 48 deletions

View file

@ -4,6 +4,17 @@ return {
-- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help ibl`
main = 'ibl',
opts = {},
dependencies = { 'nvim-treesitter/nvim-treesitter' },
opts = {
indent = {
char = '', -- Thinner character (alternatives: '│', '┊', '┆', '¦', '|', '⁞')
smart_indent_cap = true,
},
scope = {
enabled = false, -- Disable scope highlighting
show_start = false,
show_end = false,
},
},
},
}