configure

This commit is contained in:
Yoshua 2024-07-07 18:56:10 -04:00
parent 5aeddfdd5d
commit 1302ad4c1d
2 changed files with 25 additions and 9 deletions

View file

@ -4,6 +4,10 @@ return {
-- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help ibl`
main = 'ibl',
opts = {},
opts = {
scope = {
highlight = 'Keyword',
},
},
},
}