We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7d42e commit c033bb9Copy full SHA for c033bb9
2 files changed
nvim/lua/plugins/noice.lua
@@ -3,8 +3,6 @@
3
return {
4
"folke/noice.nvim",
5
6
- enable = false,
7
-
8
dependencies = {
9
"MunifTanjim/nui.nvim",
10
"rcarriga/nvim-notify",
@@ -23,7 +21,7 @@ return {
23
21
},
24
22
25
presets = {
26
- bottom_search = false,
+ bottom_search = true,
27
command_palette = false, -- position the cmdline and popupmenu together
28
long_message_to_split = true, -- long messages will be sent to a split
29
lsp_doc_border = true, -- add a border to hover docs and signature help
nvim/lua/plugins/snacks.lua
@@ -195,7 +195,7 @@ return {
195
196
-- Notifier
197
notifier = {
198
- enabled = true,
+ enabled = false,
199
200
---@type snacks.notifier.style
201
style = "fancy",
0 commit comments