iamcco / coc-vimlsp

viml language server
216 stars 7 forks source link

auto-completion does not work #42

Closed kyrie-z closed 3 years ago

kyrie-z commented 3 years ago

Describe the bug In vim insert mode does not work properly auto-completion, I am not sure what causes it, can you give some suggestions?

To Reproduce Steps to reproduce the behavior:

  1. installed coc.nvim plugin
  2. installed coc-vimlsp extension

Expected behavior Display floating windows and autocomplete properly

Desktop (please complete the following information):

kyrie-z commented 3 years ago

I have solved it. Auto-complete does not work when vim uses set paste. so delete it.