mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 17:56:35 +05:30
disable lsp signature for noice.nvim
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
local M = {}
|
||||
|
||||
M.ui = {
|
||||
lsp = {
|
||||
signature = false,
|
||||
},
|
||||
theme = "poimandres",
|
||||
transparency = true,
|
||||
nvdash = {
|
||||
|
Reference in New Issue
Block a user