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"),