ms-jpq / coq_nvim

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

file completion insert additional "./" #638

Closed chunxuan-hs closed 5 months ago

chunxuan-hs commented 5 months ago

When I insert the file completion, the trigger "./" is duplicated.

E.g., to list the file/fold candidates under the current path, typing ./, a screenshot showed bellow:

Screenshot 2024-05-31 at 12 18 51

Then I select ./bin, the results become ././bin, while I really want is just ./bin. A screenshot:

Screenshot 2024-05-31 at 12 21 14

Did I trigger the path completion the wrong way, or misconfig in my setting? Thanks!

chunxuan-hs commented 5 months ago

Just found I need to type "b" to get the proper insertion, navigating without additional input will insert "./" as well.