disable lsp signature for noice.nvim

This commit is contained in:
2024-03-19 04:14:14 +00:00
parent 8e220b46ce
commit c70e87586e

View File

@ -1,19 +1,22 @@
local M = {} local M = {}
M.ui = { M.ui = {
theme = "poimandres", lsp = {
transparency = true, signature = false,
nvdash = { },
load_on_startup = true, theme = "poimandres",
transparency = true,
nvdash = {
load_on_startup = true,
header = { header = {
"|------------------------|", "|------------------------|",
"| NOBODY FUX WITH TUX |", "| NOBODY FUX WITH TUX |",
"|------------------------|", "|------------------------|",
" \\ (•◡•) / ", " \\ (•◡•) / ",
" \\ / ", " \\ / ",
}, },
}, },
} }
return M return M