From 6a6a89268b4f592f0fbc4c43ae0613afc2bd4c7a Mon Sep 17 00:00:00 2001 From: Fernando Daciuk Date: Fri, 29 Dec 2023 16:59:58 -0300 Subject: [PATCH] feat: update better-vim.lua defaults --- customization/how-it-works.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customization/how-it-works.mdx b/customization/how-it-works.mdx index 1f03891..d7fa2d9 100644 --- a/customization/how-it-works.mdx +++ b/customization/how-it-works.mdx @@ -70,6 +70,9 @@ return { telescope = {}, nvim_tree = {}, whichkey = {}, + dashboard = { + header = {}, + }, } ```