From 524eefa829e4fe73da5a61af062271a88818343f Mon Sep 17 00:00:00 2001 From: Ryan El Kochta Date: Fri, 18 Apr 2025 14:39:45 -0400 Subject: [PATCH] noice: don't use split for long messages --- lua/plugins/ui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/ui.lua b/lua/plugins/ui.lua index 3d00b3b..7f269a9 100644 --- a/lua/plugins/ui.lua +++ b/lua/plugins/ui.lua @@ -14,7 +14,7 @@ return { 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 + --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 = true, -- add a border to hover docs and signature help },