fix(snacks): explicitely enable snakcs plugins

This commit is contained in:
Folke Lemaitre
2024-11-14 23:52:59 +01:00
parent deb9fd85b1
commit c0b623c332

View File

@ -30,6 +30,10 @@ return {
opts = function() opts = function()
---@type snacks.Config ---@type snacks.Config
return { return {
notifier = { enabled = true },
quickfile = { enabled = true },
bigfile = { enabled = true },
words = { enabled = true },
toggle = { map = LazyVim.safe_keymap_set }, toggle = { map = LazyVim.safe_keymap_set },
statuscolumn = { enabled = false }, -- we set this in options.lua statuscolumn = { enabled = false }, -- we set this in options.lua
terminal = { terminal = {