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 = {}
M.ui = {
theme = "poimandres",
transparency = true,
nvdash = {
load_on_startup = true,
lsp = {
signature = false,
},
theme = "poimandres",
transparency = true,
nvdash = {
load_on_startup = true,
header = {
"|------------------------|",
"| NOBODY FUX WITH TUX |",
"|------------------------|",
" \\ (•◡•) / ",
" \\ / ",
},
},
header = {
"|------------------------|",
"| NOBODY FUX WITH TUX |",
"|------------------------|",
" \\ (•◡•) / ",
" \\ / ",
},
},
}
return M