disable dashboard by default

This commit is contained in:
siduck76 2021-09-02 09:45:28 +05:30
parent 5742567630
commit 873b846d50
4 changed files with 4 additions and 11 deletions

View file

@ -1,9 +1,9 @@
local g = vim.g
local fn = vim.fn
-- 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 = 1 -- dashboard is disabled by default
g.dashboard_disable_at_vimenter = 0
g.dashboard_disable_statusline = 1
g.dashboard_default_executive = "telescope"
g.dashboard_custom_header = {