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
Setting include causes keyword completion to take a very long time to finish. Keyword completion is triggered with Ctrl-P or Ctrl-N in insert mode. There doesn't appear to be any caching of files processed for keyword completion, so it basically becomes unusable when there are multiple imports in a PS file.
As a workaround, it is possible to disable keyword completion from included files with a line like the following:
It would be nice to add an option to disable setting
include
:purescript-vim/ftplugin/purescript.vim
Lines 2 to 3 in 67ca4dc
Setting
include
causes keyword completion to take a very long time to finish. Keyword completion is triggered withCtrl-P
orCtrl-N
in insert mode. There doesn't appear to be any caching of files processed for keyword completion, so it basically becomes unusable when there are multiple imports in a PS file.As a workaround, it is possible to disable keyword completion from included files with a line like the following:
Here is the documentation for the
complete
option:http://vimdoc.sourceforge.net/htmldoc/options.html#'complete'
The text was updated successfully, but these errors were encountered: