diff options
| author | Jean-Pierre Appel <jeanpierre.appel01@gmail.com> | 2023-10-03 12:26:46 -0400 |
|---|---|---|
| committer | Jean-Pierre Appel <jeanpierre.appel01@gmail.com> | 2023-10-03 12:26:46 -0400 |
| commit | 2ca0bea095e4f29a7a4673a09fec23c65041877a (patch) | |
| tree | ceb61913b7446048a7c9d892b396bb6319765123 /nvim | |
| parent | c59184a7ff5240c2eb531945a445a395a899926f (diff) | |
updated blankline to v3
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/lua/plugins/blankline.lua | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/nvim/lua/plugins/blankline.lua b/nvim/lua/plugins/blankline.lua index 4e24f47..8249abc 100644 --- a/nvim/lua/plugins/blankline.lua +++ b/nvim/lua/plugins/blankline.lua @@ -1,10 +1,11 @@ -- 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 = { - show_current_context = true, - show_current_context_start = true, - indent_blankline_use_treesiter = true, - } + -- opts = { + -- show_current_context = true, + -- show_current_context_start = true, + -- indent_blankline_use_treesiter = true, + -- } } |
