add options to disable signature

This commit is contained in:
siduck 2023-03-14 08:07:06 +05:30
parent 8eaa3666dd
commit 7830f0334f
1 changed files with 8 additions and 0 deletions

View File

@ -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!!!!