You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every option can be of completion-nvim can be pass into the table, for example, g:completion_enable_auto_signature can be pass by enable_auto_signature = 1 in the table. Every option passed in will overwrite your global option and option not passed in will fall back in using global option instead. So you can have different table to pass in for each lsp and have a completely different setup for every server! Also if your love using lua, this will help porting your config to lua and also the chain completion will be cleaner in this way.