clean dashboard config

pull/476/head
siduck76 3 years ago
parent 61b6eda6af
commit 62538e0b37

@ -1,8 +1,5 @@
local g = vim.g
-- local fn = vim.fn
-- local plugins_count = fn.len(fn.globpath("~/.local/share/nvim/site/pack/packer/start", "*", 0, 1))
g.dashboard_disable_at_vimenter = 0
g.dashboard_disable_statusline = 1
g.dashboard_default_executive = "telescope"
@ -35,6 +32,4 @@ g.dashboard_custom_section = {
g.dashboard_custom_footer = {
" ",
-- "NvChad Loaded " .. plugins_count .. " plugins",
"NvChad v0.5",
}

Loading…
Cancel
Save