mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(snacks): noice now honors Snacks.config.notifier.enabled = false
This commit is contained in:
parent
4876d1137d
commit
220148f47f
1 changed files with 0 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue