aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/lua/plugins/blankline.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/plugins/blankline.lua')
-rw-r--r--nvim/lua/plugins/blankline.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/nvim/lua/plugins/blankline.lua b/nvim/lua/plugins/blankline.lua
index 9756c20..fe2e8d2 100644
--- a/nvim/lua/plugins/blankline.lua
+++ b/nvim/lua/plugins/blankline.lua
@@ -1,9 +1,6 @@
--- TODO: configure tree-sitter to color current indentation level
return {
'lukas-reineke/indent-blankline.nvim', -- show indentation levels
main = "ibl",
dependencies = 'nvim-treesitter/nvim-treesitter',
- opts = {
- scope = { enabled = true }
- }
+ opts = {}
}