fix: disable snacks dashboard
All checks were successful
Container build / container-build (push) Successful in 3m29s
All checks were successful
Container build / container-build (push) Successful in 3m29s
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
-- Disable some unneeded plugins by default.
|
||||
return {
|
||||
{
|
||||
"nvimdev/dashboard-nvim",
|
||||
enabled = false,
|
||||
"folke/snacks.nvim",
|
||||
opts = function(_, opts)
|
||||
opts.dashboard = { enabled = false }
|
||||
end,
|
||||
},
|
||||
{
|
||||
"bufferline.nvim",
|
||||
|
||||
Reference in New Issue
Block a user