Disable dashboard as it messes up tabs
This commit is contained in:
parent
c5292bddad
commit
2aa08b324e
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -276,7 +276,7 @@ local config = {
|
|||
plugins = {
|
||||
init = {
|
||||
-- You can disable default plugins as follows:
|
||||
-- ["goolord/alpha-nvim"] = { disable = true },
|
||||
["goolord/alpha-nvim"] = { disable = true },
|
||||
|
||||
-- You can also add new plugins here as well:
|
||||
-- Add plugins, the packer syntax without the "use"
|
||||
|
|
Loading…
Reference in a new issue