From fb1d6b670f4426e5f834c2710f329af125f01db7 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Tue, 20 Feb 2024 10:15:55 +0100 Subject: [PATCH] enable noice for lsp stuff again --- lua/custom/plugins.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lua/custom/plugins.lua b/lua/custom/plugins.lua index 3fcf528..fe69a90 100644 --- a/lua/custom/plugins.lua +++ b/lua/custom/plugins.lua @@ -335,22 +335,22 @@ local plugins = { require("noice").setup { lsp = { override = { - ["vim.lsp.util.convert_input_to_markdown_lines"] = true, - ["vim.lsp.util.stylize_markdown"] = true, - ["cmp.entry.get_documentation"] = true, + -- ["vim.lsp.util.convert_input_to_markdown_lines"] = true, + -- ["vim.lsp.util.stylize_markdown"] = true, + -- ["cmp.entry.get_documentation"] = true, }, -- IDK how to disable the nvchad builtins for this, which would -- produce a conflict - signature = { enabled = false }, - hover = { enabled = false }, + signature = { enabled = true }, + hover = { enabled = true }, }, -- you can enable a preset for easier configuration 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 + inc_rename = true, -- enables an input dialog for inc-rename.nvim + lsp_doc_border = true, -- add a border to hover docs and signature help }, messages = { enabled = true,