This commit is contained in:
Christoph J. Scherr 2024-02-29 20:11:34 +01:00
commit 6d27f6d54b
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
2 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -337,12 +337,12 @@ local plugins = {
override = {
["vim.lsp.util.convert_input_to_markdown_lines"] = 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
-- produce a conflict
signature = { enabled = true },
hover = { enabled = true },
signature = { enabled = false },
hover = { enabled = false },
},
-- you can enable a preset for easier configuration
presets = {