mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
feat(snacks): use snacks.dashboard
as the default dashboard. moved dashboard-nvim to extras.
This commit is contained in:
parent
0352f944c3
commit
5c4bd7150e
6 changed files with 104 additions and 68 deletions
|
@ -30,11 +30,9 @@ return {
|
|||
opts = function()
|
||||
---@type snacks.Config
|
||||
return {
|
||||
bigfile = { enabled = true },
|
||||
notifier = { enabled = true },
|
||||
quickfile = { enabled = true },
|
||||
bigfile = { enabled = true },
|
||||
words = { enabled = true },
|
||||
toggle = { map = LazyVim.safe_keymap_set },
|
||||
statuscolumn = { enabled = false }, -- we set this in options.lua
|
||||
terminal = {
|
||||
win = {
|
||||
|
@ -46,6 +44,8 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
toggle = { map = LazyVim.safe_keymap_set },
|
||||
words = { enabled = true },
|
||||
}
|
||||
end,
|
||||
keys = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue