From 6c5f5a75d4a1f28f004ad4bf00143c0a89b3b983 Mon Sep 17 00:00:00 2001 From: Ale Date: Sat, 22 Jun 2024 22:32:21 +0200 Subject: [PATCH] pain --- nvim/lua/plugins/noice.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nvim/lua/plugins/noice.lua b/nvim/lua/plugins/noice.lua index a1f7be4..49d2767 100644 --- a/nvim/lua/plugins/noice.lua +++ b/nvim/lua/plugins/noice.lua @@ -16,13 +16,14 @@ return { ["cmp.entry.get_documentation"] = true, -- requires hrsh7th/nvim-cmp } }, - -- you can enable a preset for easier configuration + popupmenu = { + backend = "nui", + }, presets = { bottom_search = true, -- use a classic bottom cmdline for search command_palette = true, -- position the cmdline and popupmenu together long_message_to_split = true, -- long messages will be sent to a split inc_rename = false, -- enables an input dialog for inc-rename.nvim - lsp_doc_border = false, -- add a border to hover docs and signature help } }) end