mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-03-10 09:27:25 +00:00
fix(snacks): noice now honors Snacks.config.notifier.enabled = false
This commit is contained in:
@@ -31,7 +31,6 @@ return {
|
|||||||
---@type snacks.Config
|
---@type snacks.Config
|
||||||
return {
|
return {
|
||||||
toggle = { map = LazyVim.safe_keymap_set },
|
toggle = { map = LazyVim.safe_keymap_set },
|
||||||
notifier = { enabled = not LazyVim.has("noice.nvim") },
|
|
||||||
terminal = {
|
terminal = {
|
||||||
win = {
|
win = {
|
||||||
keys = {
|
keys = {
|
||||||
|
|||||||
Reference in New Issue
Block a user