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

async completion in pure vim script for vim8 and neovim

Results 10 asyncomplete.vim issues
Sort by recently updated
recently updated
newest added

Hi, I am having trouble getting auto-complete to show up for java projects. My setup work flawlessly with go and other languages, just java causing me trouble. I see eclipse-jdt-ls...

Sorry if this is a stupid question, but is it possible to get autocompletion of buffer/workspace content when not using an LSP via `vim-lsp`+ `asyncomplete-lsp`? Everything works wonderfully for filetypes...

wontfix

On Windows, when starting vim, I have following error/warning: ```` Error detected while processing /asyncomplete.vim/plugin/asyncomplete.vim: line 1: E488: Trailing characters: ^M line 26: E171: Missing :endif Press ENTER or type...

example ```c struct xx_t { int a; int b }; int main(){ struct xx_t var; var. //when i type dot, nothing popup, I have to press tab or type 2...

First, thank you for this fantastic plugin, I absolutely love it! I am experiencing some performance issues when working on large Go files, especially in test. When the dependency tree...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies github-actions .github/workflows/linux_neovim.yml...

When using [Godot](https://godotengine.org/) (which provides its own language server) with asyncomplete, my input frequently hangs. If I disable asyncomplete, the problem goes away. asyncomplete seems to hang for longer than...

Hello! my environment: nvim-0.9 + Windows 10 `set shell?` cmd.exe - When I use nvim to directly edit an existing file with `nvim the_file.vim`, it was like: ![image](https://github.com/prabirshrestha/asyncomplete.vim/assets/46647235/791bd031-a97f-4943-936e-43a62210e851) - But...

wontfix

Hello, Here is my .vimrc: ``` call plug#begin() Plug 'prabirshrestha/vim-lsp' Plug 'mattn/vim-lsp-settings' Plug 'prabirshrestha/asyncomplete.vim' Plug 'prabirshrestha/asyncomplete-lsp.vim' Plug 'piec/vim-lsp-clangd' call plug#end() :set tabstop=4 smarttab :set shiftwidth=2 :set autoindent :set smartindent let...

wontfix

hi! Thank you so much for the various plugins - they work great! I use your file completion which works flawlessly (https://github.com/prabirshrestha/asyncomplete-file.vim) and I'm trying to use your nextword plugin...