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,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
|
||||||
|
Reference in New Issue
Block a user