From dc2c6bc5483d26761a9b730c50b35952be914697 Mon Sep 17 00:00:00 2001 From: doryan Date: Wed, 12 Feb 2025 22:42:35 +0400 Subject: [PATCH] feat(ibl): add ibl config to separate file --- lua/config/plugins/ibl.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lua/config/plugins/ibl.lua diff --git a/lua/config/plugins/ibl.lua b/lua/config/plugins/ibl.lua new file mode 100644 index 0000000..1b1a8cb --- /dev/null +++ b/lua/config/plugins/ibl.lua @@ -0,0 +1,5 @@ +require("ibl").setup({ + exclude = { + filetypes = { "dashboard" }, + } +})