Disables snacks dashboard for nvim
This commit is contained in:
parent
7f97ee1031
commit
34e5be1f7c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ return {
|
|||
opts = {
|
||||
bigfile = { enabled = true },
|
||||
dashboard = {
|
||||
enabled = true,
|
||||
enabled = false,
|
||||
sections = {
|
||||
{ section = "keys", gap = 1, padding = 1 },
|
||||
{ section = "startup" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue