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
-7
View File
@@ -139,13 +139,6 @@ local plugins = {
lazy = true,
event = "VimEnter",
},
{
"lukas-reineke/indent-blankline.nvim",
main = "ibl",
config = require("plugins.indent-blankline"),
lazy = true,
event = "VimEnter",
},
{
"simeji/winresizer",
config = require("plugins.winresizer"),
-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