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

在vim 9.0.9中,启动20240205安装的vim-easycomplete,设置情况如下 let g:easycomplete_tabnine_enable = 0 let g:easycomplete_dia_gnostisc_next = "" let g:easycomplete_dia_gnostisc_prev = "" let g:easycomplete_nerd_font = 1 let g:easycomplete_tab_trigger = "" let g:easycomplete_shift_tab_trigger = "" 在编辑.vimrc时,补全会频繁出现如题的错误,输入的字符没有上字,再敲一下会发现两次输入一起上字了,退格也是如此……编辑julia文件时又没有发现这种情况,很长时间没更新了,最近刚更新了插件就遇上了…… 在nvim 0.9.1中测试也有这个问题,但是该错误提示会一闪即逝,基本不影响到打字,不像vim会卡在那里……

更新了20240205版本的插件,使用solarized8_light_flat颜色主题,明亮背景,在终端里用vim9.0.9没有出现该问题,但在nvim 0.9.1中弹出的补全菜单有巨大的绿色色块,极丑还消不掉,以前版本插件没有的,试了改插件的scheme设置也没用…… let g:easycomplete_tabnine_enable = 0 let g:easycomplete_dia_gnostisc_next = "" let g:easycomplete_dia_gnostisc_prev = "" let g:easycomplete_nerd_font = 1 let g:easycomplete_tab_trigger = "" let g:easycomplete_shift_tab_trigger = ""

RT ![截屏2023-12-30 20 25 06](https://github.com/jayli/vim-easycomplete/assets/188244/7b35073e-ea9c-4b20-a24c-775b72b26231)

提示: ![image](https://github.com/jayli/vim-easycomplete/assets/188244/c6688d37-604f-456b-a030-13c21e9df1f3) tab 插入代码后多了一个空格 ![image](https://github.com/jayli/vim-easycomplete/assets/188244/1d6408a7-f026-4cf2-8956-3683367722e8) 问题出在 lua 显示 nvim_buf_set_extmark 时 解析两个连续换行符时丢了一个。

bug

Enjoying this plugin, it's the easiest completion solution I've seen. One problem I'm having, I've always used ultisnips and honza/vim-snippets - this plugin seems to duplicate a lot of the...

I am unable to use`: InstallLspServer `installation, I am used `git clone https://github.com/williamboman/nvim-lsp-installer` and place `nvim-lsp-installer` under `~/.config/vim-easycomplete/servers`, named `nvim-lsp-installer`, but vim shows an error of -32700 JSON RPC part...

help wanted

RT 需要加上一个队列,gd 的时候 push,跳回的时候 pop

enhancement