From cdf9e7959b72b8497df0beab4b9e203bc7ac4b04 Mon Sep 17 00:00:00 2001 From: ashincoder Date: Fri, 16 Jul 2021 16:24:29 +0530 Subject: [PATCH] fixed nil error of dashboard --- bin/sv-config.example.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/sv-config.example.lua b/bin/sv-config.example.lua index 66fff1b..982fcfe 100644 --- a/bin/sv-config.example.lua +++ b/bin/sv-config.example.lua @@ -27,8 +27,10 @@ Sv.plugin_disable = { -- TODO will add more plugins -- Disable or Enable Plugins Sv.plugin = { - dashboard_enter = 0, - statusline_disable = 1, + dashboard = { + dashboard_enter = 0, + statusline_disable = 1, + }, } -- TreeSitter parsers config