Skip to content

Commit c033bb9

Browse files
committed
refactor(nvim): use noice.nvim entirely for notifications
1 parent 6e7d42e commit c033bb9

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

nvim/lua/plugins/noice.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
return {
44
"folke/noice.nvim",
55

6-
enable = false,
7-
86
dependencies = {
97
"MunifTanjim/nui.nvim",
108
"rcarriga/nvim-notify",
@@ -23,7 +21,7 @@ return {
2321
},
2422

2523
presets = {
26-
bottom_search = false,
24+
bottom_search = true,
2725
command_palette = false, -- position the cmdline and popupmenu together
2826
long_message_to_split = true, -- long messages will be sent to a split
2927
lsp_doc_border = true, -- add a border to hover docs and signature help

nvim/lua/plugins/snacks.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ return {
195195

196196
-- Notifier
197197
notifier = {
198-
enabled = true,
198+
enabled = false,
199199

200200
---@type snacks.notifier.style
201201
style = "fancy",

0 commit comments

Comments
 (0)