From 3bacfc6122a24424824c991372ff8b0987234838 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 2 May 2023 10:38:46 +0100 Subject: [PATCH] nvim/ui: send long messages to split I don't think this is actually working. I don't care too much, see next commit. --- nvim/lua/plugins/ui.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nvim/lua/plugins/ui.lua b/nvim/lua/plugins/ui.lua index f988ed4..1b57307 100644 --- a/nvim/lua/plugins/ui.lua +++ b/nvim/lua/plugins/ui.lua @@ -18,7 +18,8 @@ return { opts = { presets = { command_palette = false, -- don't position the cmdline and popupmenu together - lsp_doc_border = true, -- add a border to hover docs and signature help + lsp_doc_border = true, + long_message_to_split = true, }, cmdline = { view = "cmdline", -- 2.48.1