disabling ibl scope by default
This commit is contained in:
parent
58f2dbab70
commit
65fcf31c63
1 changed files with 3 additions and 1 deletions
4
init.lua
4
init.lua
|
@ -179,7 +179,9 @@ require('lazy').setup({
|
|||
-- Enable `lukas-reineke/indent-blankline.nvim`
|
||||
-- See `:help indent_blankline.txt`
|
||||
main = 'ibl',
|
||||
opts = {},
|
||||
opts = {
|
||||
scope = { enabled = false },
|
||||
},
|
||||
},
|
||||
|
||||
-- "gc" to comment visual regions/lines
|
||||
|
|
Loading…
Add table
Reference in a new issue