mbp
This commit is contained in:
parent
ee0ee40cf3
commit
4095694799
7 changed files with 130 additions and 48 deletions
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue