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
By default or when calling LspOptionsSet({'autoComplete': v:true}) , the plugin sets the value of completeopt, which displays a popup when selecting an item in the menu.
Is there a way to make this configurable? I don't mind using the 'autoComplete' option since it works well, but I don't like popup windows, and would like to disable it.
The text was updated successfully, but these errors were encountered:
By default or when calling
LspOptionsSet({'autoComplete': v:true})
, the plugin sets the value ofcompleteopt
, which displays a popup when selecting an item in the menu.Is there a way to make this configurable? I don't mind using the 'autoComplete' option since it works well, but I don't like popup windows, and would like to disable it.
The text was updated successfully, but these errors were encountered: