diff options
author | Christian Segundo | 2024-10-19 09:29:05 +0200 |
---|---|---|
committer | Christian Segundo | 2024-10-19 09:29:05 +0200 |
commit | c463f9c9fd69d85580275c0329c58eeb3e8b3774 (patch) | |
tree | 741a61adfea55596ca3f02a30a5d0149550cd4d1 /lua/plugins/eyecandy/indent-blankline.lua | |
parent | 7f4db0c1e753f82d2cfa7d60c87e69babeba97a5 (diff) | |
download | config-c463f9c9fd69d85580275c0329c58eeb3e8b3774.tar.gz |
disable eyecandy for now
Diffstat (limited to 'lua/plugins/eyecandy/indent-blankline.lua')
-rw-r--r-- | lua/plugins/eyecandy/indent-blankline.lua | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/lua/plugins/eyecandy/indent-blankline.lua b/lua/plugins/eyecandy/indent-blankline.lua index 8756757..e49f777 100644 --- a/lua/plugins/eyecandy/indent-blankline.lua +++ b/lua/plugins/eyecandy/indent-blankline.lua @@ -1,22 +1,22 @@ return { - "lukas-reineke/indent-blankline.nvim", - event = { "BufRead" }, - main = "ibl", - opts = { - indent = { - char = "▏", - tab_char = "▏", - }, - scope = { - enabled = true, - show_start = true, - show_end = true, - exclude = { - language = { - "help", - }, - }, - }, - }, - dependencies = { "nvim-treesitter" }, + -- "lukas-reineke/indent-blankline.nvim", + -- event = { "BufRead" }, + -- main = "ibl", + -- opts = { + -- indent = { + -- char = "▏", + -- tab_char = "▏", + -- }, + -- scope = { + -- enabled = true, + -- show_start = true, + -- show_end = true, + -- exclude = { + -- language = { + -- "help", + -- }, + -- }, + -- }, + -- }, + -- dependencies = { "nvim-treesitter" }, } |