fix(snacks): explicitely enable snakcs plugins
This commit is contained in:
@ -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 = {
|
||||||
|
Reference in New Issue
Block a user