completor.vim
completor.vim copied to clipboard
Async completion framework made ease.
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 选择之后,“后,”就被吞掉了。  
Completor also shows the same candidate as the current status.  This confuse, especially, in buffer completions with multibyte language. That frequently happens in multibyte languages. I prohibited buffer completion...