mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(snacks): explicitely enable snakcs plugins
This commit is contained in:
parent
deb9fd85b1
commit
c0b623c332
1 changed files with 4 additions and 0 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue