diff options
Diffstat (limited to 'nvim/lua/plugins')
| -rw-r--r-- | nvim/lua/plugins/blankline.lua | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/nvim/lua/plugins/blankline.lua b/nvim/lua/plugins/blankline.lua index 8249abc..9756c20 100644 --- a/nvim/lua/plugins/blankline.lua +++ b/nvim/lua/plugins/blankline.lua @@ -3,9 +3,7 @@ return { 'lukas-reineke/indent-blankline.nvim', -- show indentation levels main = "ibl", dependencies = 'nvim-treesitter/nvim-treesitter', - -- opts = { - -- show_current_context = true, - -- show_current_context_start = true, - -- indent_blankline_use_treesiter = true, - -- } + opts = { + scope = { enabled = true } + } } |
