vim-easycomplete icon indicating copy to clipboard operation
vim-easycomplete copied to clipboard

杭州市余杭区最好用的 VIM/NVIM 代码补全插件

Results 60 vim-easycomplete issues
Sort by recently updated
recently updated
newest added

这种提示能否手动开关? 有些参数提示非常长,会占用上下文很多空间,导致看不到前后代码。 能否手动开关?

Hello, I am really enjoying this plugin. Nicely done! Good configurations, but I cannot find two thing. I was using [vim-lsp](https://github.com/prabirshrestha/vim-lsp) then [coc.nvim](https://github.com/neoclide/coc.nvim) before and it had `lsp_hover` and `ShowDocumentation`...

![](https://gw.alicdn.com/imgextra/i3/O1CN01Otrwtm27kwL1UnCfM_!!6000000007836-2-tps-1876-454.png) 应该过滤掉这种异常情况

当 filetype = c 的时 结构体后输入 “.” 或 “->” 后无法自动补全结构体中的member

Hello! First of all thank you for this magnificent library! When I type something autocompletion sometimes interrupts signal for new letter insertion and after that I see typos like: contianer...

## 问题描述 您好,最近我发现插件的跳转定义命令`:EasyCompleteGotoDefinition`只有在打开文件的第一次可用,当我返回原位置并重新输入这个命令时,就显示`No defination found`,另外,使用`ctrl + ]`进行跳转始终显示`No defination found`。详细说明如下: 打开一个C语言文件:在一个函数引用出输入命令`:EasyCompleteGotoDefinition`,此时成功跳转到了函数`dbGetLink`的定义处 ![图片](https://user-images.githubusercontent.com/60341709/170332200-25afe0a6-d02d-4e2b-8802-c7c18ea21dc9.png) 而当我使用`ctrl + o`返回原位置,再次输入命令`:EasyCompleteGotoDefinition`,提示了`No defination found`。 ![图片](https://user-images.githubusercontent.com/60341709/170331781-5b8c010e-fec3-4d5b-bf2f-944d6d39e4e2.png) 好像这个命令只能在打开文件后使用一次,而当我每次使用`ctrl + ]`时,都是提示`No defination found`。不知道是什么原因造成的,我的插件的配置是: ```bash " easycomplete let g:easycomplete_diagnostics_enable = 0 let...

question

Hi ! Is there a way to use `iskeyword` function for dictionary completion ? I have the following lines in my `init.lua` but it doesn't work : ```lua vim.opt.iskeyword:append("-") vim.opt.iskeyword:append([[\]])...

just like this ![](https://gw.alicdn.com/imgextra/i3/O1CN01tWWHm81YZ1T06PxJw_!!6000000003072-2-tps-502-359.png)

#190 - [x] ts - [x] lua - [x] deno - [ ] tn -- nvim-lsp-installer does not support tabnine - [x] vim - [x] cpp - [x] css -...

enhancement