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,6 +1,9 @@
local M = {} local M = {}
M.ui = { M.ui = {
lsp = {
signature = false,
},
theme = "poimandres", theme = "poimandres",
transparency = true, transparency = true,
nvdash = { nvdash = {