diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-12-25 02:22:45 -0500 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-12-25 02:22:45 -0500 |
| commit | 7bef410c68cfbe09208467c07fe8676bea8db3b5 (patch) | |
| tree | 9f767bd514f6fc7ef8ca73c1195e3bd26eedf3ae /nvim/lua/plugins/blankline.lua | |
| parent | 77baacf35a95598abc648fa6fe7305828232b606 (diff) | |
Tidy plugins
Diffstat (limited to 'nvim/lua/plugins/blankline.lua')
| -rw-r--r-- | nvim/lua/plugins/blankline.lua | 5 |
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 = {} } |
