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