Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
fixed nil error of dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ashincoder committed Jul 16, 2021
1 parent 49033d6 commit cdf9e79
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bin/sv-config.example.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cdf9e79

Please sign in to comment.