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
{{ message }}
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
when using this plugin as a completion source completions do not appear as soon as I open a file but rather I have to source my $VIMRC again for them to work as expected.
yes all the other sources listed in my init.vim work as expected as soon as I open a files, but the suggestions from completion-treesitter only appear after sourcing $VIMRC again.
do you see anything wrong with the sample init.vim I posted? does it work of for you as expected?
also now I notice that :checkhealth is giving an error (ERROR: ts is not a valid completion source (in filetype default)) but if do :checkhealth after sourcing my init.vim second time the error disappears.
after seeing the error I tried using ts as completion source only for specific filetype (e.g. cpp) but the behavior is same.
To be honest, I don't know.. completion-nvim is close to be deprecated now, as no development is done... If you'd like to solve this bug, feel free to create a PR, but I really don't have any solution.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when using this plugin as a completion source completions do not appear as soon as I open a file but rather I have to source my $VIMRC again for them to work as expected.
small init.vim to reproduce:
after installing plugin install cpp support using :TSInstall cpp
open testfile.cpp
demo:
The text was updated successfully, but these errors were encountered: