add options to disable signature
This commit is contained in:
parent
8eaa3666dd
commit
7830f0334f
|
@ -76,6 +76,14 @@ M.ui = {
|
|||
cheatsheet = {
|
||||
theme = "grid", -- simple/grid
|
||||
},
|
||||
|
||||
lsp = {
|
||||
-- show function signatures i.e args as you type
|
||||
signature = {
|
||||
disabled = false,
|
||||
silent = true, -- silences 'no signature help available' message from appearing
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
M.plugins = "" -- path i.e "custom.plugins" -> custom/plugins.lua only and not custom/plugins/init.lua!!!!
|
||||
|
|
Loading…
Reference in New Issue