From 095d38ab0ad095095066f68dca8a528c485239c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 22 Feb 2024 11:55:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(nvim):=20bottom?= =?UTF-8?q?=20search=20preset=20for=20noice.nvim?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/noice.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nvim/lua/plugins/noice.lua b/.config/nvim/lua/plugins/noice.lua index dbbb3f1a..3ee57811 100644 --- a/.config/nvim/lua/plugins/noice.lua +++ b/.config/nvim/lua/plugins/noice.lua @@ -11,5 +11,6 @@ return { }, }) opts.presets.lsp_doc_border = true + opts.presets.bottom_search = false end, }