feat: remove indent-blankline

This commit is contained in:
2024-01-08 18:23:30 +01:00
parent 1cdaa8388c
commit 03198abc22
2 changed files with 0 additions and 19 deletions
-12
View File
@@ -1,12 +0,0 @@
local function setup()
require("ibl").setup({
enabled = true,
scope = {
enabled = false,
show_start = false,
show_end = false,
},
})
end
return setup