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 = {
|
opts = {
|
||||||
bigfile = { enabled = true },
|
bigfile = { enabled = true },
|
||||||
dashboard = {
|
dashboard = {
|
||||||
enabled = true,
|
enabled = false,
|
||||||
sections = {
|
sections = {
|
||||||
{ section = "keys", gap = 1, padding = 1 },
|
{ section = "keys", gap = 1, padding = 1 },
|
||||||
{ section = "startup" },
|
{ section = "startup" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue