ms-jpq / coq_nvim

Fast as FUCK nvim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.
GNU General Public License v3.0
3.54k stars 101 forks source link

Neovim Hangs when <CR> is pressed after visiting a python file inside of telescope project while coq is started. #402

Closed IllustratedMan-code closed 2 years ago

IllustratedMan-code commented 2 years ago

Steps to reproduce:

Have both COQ and telescope projects plugin installed. Have COQ set to autostart. Visit a telescope project using the telescope picker. Visit a python file. Hit enter in insert mode.

I will create a sister issue in the telescope projects repository.

IllustratedMan-code commented 2 years ago

Seems to not be isolated to just the telescope projects, but telescope in general. Whenever a file is visited, the problem occurs

IllustratedMan-code commented 2 years ago

Only occurs when COQ is autostarted.

IllustratedMan-code commented 2 years ago

Here is a log. I echoed "this is where the loop begins" right before I pressed enter nvim.log

.

IllustratedMan-code commented 2 years ago

When COQ is started then another python file is visited using telescope the problem occurs

IllustratedMan-code commented 2 years ago

Looks like :e test.py will also cause the error. I no longer think this is telescope related.

IllustratedMan-code commented 2 years ago

This is actually an issue with vim-closer (which appears to have strange interactions with autocompletion engines like COQ)