mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
disable lsp signature for noice.nvim
This commit is contained in:
@ -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 = {
|
||||||
|
Reference in New Issue
Block a user