noice lsp fix

This commit is contained in:
Christoph J. Scherr 2024-02-21 22:05:24 +01:00 committed by Christoph J. Scherr
parent be267b68da
commit dfc8e5a7ec
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
2 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ local M = {}
local highlights = require "custom.highlights" local highlights = require "custom.highlights"
M.ui = { M.ui = {
theme = "oceanic-light", theme = "oceanic-next",
theme_toggle = { "oceanic-next", "oceanic-light" }, theme_toggle = { "oceanic-next", "oceanic-light" },
hl_override = highlights.override, hl_override = highlights.override,

View File

@ -335,14 +335,14 @@ local plugins = {
require("noice").setup { require("noice").setup {
lsp = { lsp = {
override = { override = {
-- ["vim.lsp.util.convert_input_to_markdown_lines"] = true, ["vim.lsp.util.convert_input_to_markdown_lines"] = true,
-- ["vim.lsp.util.stylize_markdown"] = true, ["vim.lsp.util.stylize_markdown"] = true,
-- ["cmp.entry.get_documentation"] = true, ["cmp.entry.get_documentation"] = true,
}, },
-- IDK how to disable the nvchad builtins for this, which would -- IDK how to disable the nvchad builtins for this, which would
-- produce a conflict -- produce a conflict
signature = { enabled = true }, signature = { enabled = false },
hover = { enabled = true }, hover = { enabled = false },
}, },
-- you can enable a preset for easier configuration -- you can enable a preset for easier configuration
presets = { presets = {