fix(neovim): correctly configure signature_help
This commit is contained in:
parent
cfbda37c19
commit
106d9db7f2
2 changed files with 4 additions and 5 deletions
|
@ -13,10 +13,10 @@ return {
|
|||
local lsp_options = {
|
||||
-- Configuration table of features provided by AstroLSP
|
||||
features = {
|
||||
autoformat = true, -- enable or disable auto formatting on start
|
||||
codelens = true, -- enable/disable codelens refresh on start
|
||||
inlay_hints = true, -- enable/disable inlay hints on start
|
||||
semantic_tokens = true, -- enable/disable semantic token highlighting
|
||||
signature_help = true, -- enable/disable automatic signature help
|
||||
},
|
||||
-- customize lsp formatting options
|
||||
formatting = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue