disable dashboard by default
This commit is contained in:
parent
5742567630
commit
873b846d50
4 changed files with 4 additions and 11 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue