Merge branch 'master' of https://git.cscherr.de/PlexSheep/neovim-confs
This commit is contained in:
commit
6d27f6d54b
|
@ -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,
|
||||||
|
|
|
@ -337,12 +337,12 @@ local plugins = {
|
||||||
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 = {
|
||||||
|
|
Loading…
Reference in New Issue