nvim: disable packages count on dashboard
This commit is contained in:
parent
e8527837ec
commit
dc2b0abac1
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ lspconfig_setup("lua_ls", {
|
|||
require("dashboard").setup({
|
||||
theme = "hyper",
|
||||
config = {
|
||||
packages = { enable = true },
|
||||
packages = { enable = false },
|
||||
week_header = {
|
||||
enable = true,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue