]> git.rmz.io Git - dotfiles.git/commitdiff
nvim/ui: send long messages to split
authorSamir Benmendil <me@rmz.io>
Tue, 2 May 2023 09:38:46 +0000 (10:38 +0100)
committerSamir Benmendil <me@rmz.io>
Sun, 17 Dec 2023 17:23:07 +0000 (17:23 +0000)
I don't think this is actually working. I don't care too much, see next
commit.

nvim/lua/plugins/ui.lua

index f988ed4b4372e773f4fbd511d9f5e5f9101d5408..1b573076837c980075dfd6d08c9b93d13c2fe88d 100644 (file)
@@ -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",