From dfc8e5a7ecd56e54810a91886196584942e4a233 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 21 Feb 2024 22:05:24 +0100 Subject: [PATCH] noice lsp fix --- lua/custom/chadrc.lua | 2 +- lua/custom/plugins.lua | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lua/custom/chadrc.lua b/lua/custom/chadrc.lua index 7167bc6..8f1a86b 100644 --- a/lua/custom/chadrc.lua +++ b/lua/custom/chadrc.lua @@ -5,7 +5,7 @@ local M = {} local highlights = require "custom.highlights" M.ui = { - theme = "oceanic-light", + theme = "oceanic-next", theme_toggle = { "oceanic-next", "oceanic-light" }, hl_override = highlights.override, diff --git a/lua/custom/plugins.lua b/lua/custom/plugins.lua index fe69a90..0b738c4 100644 --- a/lua/custom/plugins.lua +++ b/lua/custom/plugins.lua @@ -335,14 +335,14 @@ 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 = true }, - hover = { enabled = true }, + signature = { enabled = false }, + hover = { enabled = false }, }, -- you can enable a preset for easier configuration presets = {