neoclide / coc-vimtex

vimtex integration for coc.nvim
130 stars 4 forks source link

How shall I configure it to make it like VSCode #15

Closed dlejay closed 4 years ago

dlejay commented 4 years ago

I would like to have the following features:

I have spent a couple hours trying different coc settings but I couldn't achieve this.

My coc-settings.json so far:

{
    "suggest.minTriggerInputLength": 2,
    "coc.source.around.firstMatch": false,
    "coc.source.buffer.firstMatch": false,
}
chemzqm commented 4 years ago

It's simple completion provider for coc.nvim using vimtex, the trigger is regex from vimtex.

chemzqm commented 4 years ago

I have spent a couple hours trying

It would be much better if you can learn basic viml or typescript so you can just read the code, which could be much faster.