]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/ui.lua
nvim/coding: switch to comments.nvim
[dotfiles.git] / nvim / lua / plugins / ui.lua
index f988ed4b4372e773f4fbd511d9f5e5f9101d5408..ad86cee12944527f0aed20ca81b4230798556fc1 100644 (file)
@@ -14,11 +14,13 @@ return {
   },
   {
     "noice.nvim",
   },
   {
     "noice.nvim",
+    enabled = false,
     ---@type NoiceConfig
     opts = {
       presets = {
         command_palette = false, -- don't position the cmdline and popupmenu together
     ---@type NoiceConfig
     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",
       },
       cmdline = {
         view = "cmdline",