completor.vim icon indicating copy to clipboard operation
completor.vim copied to clipboard

Async completion framework made ease.

Results 84 completor.vim issues
Sort by recently updated
recently updated
newest added

Hi Maralla For c/c++ /python embedded development I use a lightweight toolchain based on Vim8.1, Make, Clang, Ale, UltiSnips, and Completor. The only missing link is a UltiSnips compatible generation/editing...

Hi, I'm using msys2 (Windows linux shell), and I just cannot get this to work. I installed it using Vundle, and the completor.vim is in the right place. I've set...

Thanks for a great plugin! I want to get completion for R (and, by extension, R Markdown), but that is currently not natively supported as far as I can tell....

Hi! Could completor.vim recognize the [iskeyword option](http://vimdoc.sourceforge.net/htmldoc/options.html#'iskeyword') for buffer completion? # Steps taken I have added the minus character to vim's `iskeyword` option. Please note the `-` at the end...

I make completor not to complete all characters of a candidate when there is already same characters after cursor. For example, there is cursor in front of bbb_ccc and complete...

I have this in my vimrc but it doesn't seem to work! ``` let g:completor_filetype_map = {} let g:completor_filetype_map.python = {'ft': 'lsp','cmd': 'pyls'} ```

Greetings @maralla, I hope you are doing well. I use [Nelua ](https://github.com/edubart/nelua-lang) and have setup its [LSP](https://github.com/codehz/nelua-lsp), but I cannot make `:` to trigger its record contents, unless I edit...

比如说,输入“测试”后的补全,实际是从“后”字开始替换,按 Tab 选择之后,“后,”就被吞掉了。 ![QQ截图20210702233904](https://user-images.githubusercontent.com/501109/124298438-d593bc00-db8e-11eb-94dc-a3105faec00f.png) ![QQ截图20210702233917](https://user-images.githubusercontent.com/501109/124298456-d9bfd980-db8e-11eb-995f-0ddd19ebfe67.png)

Completor also shows the same candidate as the current status. ![image](https://user-images.githubusercontent.com/1556311/116543712-27b72780-a929-11eb-8906-1acdbbe98764.png) This confuse, especially, in buffer completions with multibyte language. That frequently happens in multibyte languages. I prohibited buffer completion...