aca / completion-tabnine

A TabNine completion source for completion-nvim.
48 stars 2 forks source link

multiple processes #5

Open p00f opened 3 years ago

p00f commented 3 years ago
❯ ps aux | grep nvim
p00f      183485  4.8  0.3 141016 29168 pts/1    Sl+  20:11   0:00 nvim
p00f      183487  2.4  0.2 120692 20656 ?        Ssl  20:11   0:00 /home/p00f/.local/share/nvim/site/pack/packer/start/completion-tabnine/binaries/TabNine_Linux
p00f      183503  0.7  0.8 205572 69624 ?        Sl   20:11   0:00 /home/p00f/.local/share/nvim/site/pack/packer/start/completion-tabnine/binaries/3.2.28/x86_64-unknown-linux-gnu/../../3.3.57/x86_64-unknown-linux-gnu/TabNine --no_bootstrap
p00f      183556  1.5  0.2  25792 21152 ?        Ss   20:11   0:00 /usr/bin/nvim --embed --headless -R --cmd set sessionoptions=
p00f      183561  2.0  0.1 103708 15056 ?        Ssl  20:11   0:00 /home/p00f/.local/share/nvim/site/pack/packer/start/completion-tabnine/binaries/TabNine_Linux
p00f      183580  1.0  0.8 205572 69464 ?        Sl   20:11   0:00 /home/p00f/.local/share/nvim/site/pack/packer/start/completion-tabnine/binaries/3.2.28/x86_64-unknown-linux-gnu/../../3.3.57/x86_64-unknown-linux-gnu/TabNine --no_bootstrap
p00f      184057  0.0  0.0   6408  2412 pts/2    S+   20:11   0:00 grep nvim
p00f commented 3 years ago

this is from a single instance of nvim, editing a single buffer, and they die after closing nvim

aca commented 3 years ago

@p00f Hi! I think separate vim instance is running as --embed mode. How can I reproduce this issue?

p00f commented 3 years ago

Open a file normally: nvim file