-
From [Installing](https://github.com/prabirshrestha/asyncomplete-ultisnips.vim#installing), it looks like this plugin requires vim has `+python3` feature. Is that true?
-
Because this plugin is only triggered on word characters (`let l:kw = matchstr(l:typed, '\w\+$')`), if a string is entered that contains hyphens, for instance, tags aren't searched.
Would it be pos…
-
I believe as part of the spec for Flow autocomplete, there's a way to have it suggest completions on objects when typing a dot. In this included example, when I type `E`, I immediately get a suggestio…
-
Well, the title says it all. I've abandoned `vim-racer` because it's development stopped and racer for rust is already deprecated.
This said I have these plugins in my `init.vim` file:
``` vim
…
ghost updated
2 years ago
-
Omnifunc completion works very nicely with the css completer:
```vim
let g:completor_css_omni_trigger = '([\w-]+|@[\w-]*|[\w-]+:\s*[\w-]*)$'
```
I would love to use the omnifunc completer from […
kmARC updated
4 years ago
-
It would be better to ignore case sensitivity, e.g.,
but when you continue to input one more charactor, nothing matches:
[nvim-completion-manager](https://github.com/roxma/nvim-completi…
-
### 執筆者名
ぺりー
### 記事タイトル
asyncompleteをfiletypeでtoggleできるようにする
### 記事 URL
https://satorunooshie.medium.com/asyncomplete-toggler-by-filetype-2ca57903a3b1
-
Do I need to do a `register_source` for this? I don't see anything about it in the docs, but I had to do it for all the other asyncomplete plugins.
-
https://github.com/jaxbot/github-issues.vim
https://github.com/motemen/git-vim
-
Is there any way to get [vim-flow](https://github.com/flowtype/vim-flow) support in completor? Currently for JS you list only Tern, but it would be really fantastic if there was a way to get the flow …