disabling ibl scope by default

This commit is contained in:
Arthur Bailão 2023-10-12 11:49:54 -03:00
parent 58f2dbab70
commit 65fcf31c63
No known key found for this signature in database
GPG Key ID: 7C337C0B954278FC
1 changed files with 3 additions and 1 deletions

View File

@ -179,7 +179,9 @@ require('lazy').setup({
-- Enable `lukas-reineke/indent-blankline.nvim` -- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help indent_blankline.txt` -- See `:help indent_blankline.txt`
main = 'ibl', main = 'ibl',
opts = {}, opts = {
scope = { enabled = false },
},
}, },
-- "gc" to comment visual regions/lines -- "gc" to comment visual regions/lines