From d55b376ba87bdee123ced50fd4669af140398b23 Mon Sep 17 00:00:00 2001 From: nichkara Date: Tue, 23 Sep 2025 07:35:38 +0200 Subject: [PATCH] Show intendation --- lua/plugins.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index c286f54..2240b90 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -66,7 +66,13 @@ return { end, ft = { "markdown" }, }, - + { + "lukas-reineke/indent-blankline.nvim", + main = "ibl", + ---@module "ibl" + ---@type ibl.config + opts = {}, + }, -- Themes "folke/tokyonight.nvim", "patstockwell/vim-monokai-tasty",