vim-mucomplete icon indicating copy to clipboard operation
vim-mucomplete copied to clipboard

Chained completion that works the way you want!

Results 19 vim-mucomplete issues
Sort by recently updated
recently updated
newest added

It appears that having mucomplete enabled, Telescope starts to auto-select whichever option is currently the closest match, either by default immediately, but if `let g:mucomplete#completion_delay` is set, it waits that...

Hi 👋 , trying to get running this plugin. This error shows up have error after I hit tab ``` Error detected while processing function 104_debounceTimeTimerCallback[1]..104_switchMapInputSourceCallback[7]..29[1]..120_resolve_completion: line 1: Error detected...

I am currently using: * windows 10 * vim8.2 * rust-analyzer And the following settings for mucomplete in my vimrc. ```vimscript set completeopt+=menuone set completeopt+=noselect set omnifunc=LanguageClient#complete set signcolumn=yes let...

Hi, thanks for the plugin. I'm using nvim-lsp and I don't know why, but mucomplete breaks the dot command. Nvim-lsp uses the omni function. You can see here: https://asciinema.org/a/FDcDscBWOcHUiffzm0mbSGCsP

I have `gopls` (Golang LSP) installed and I'm using `nvim-lsp` and the built-in LSP to use `gopls` for omnifunc completion. When invoked manually via `c-x c-o` I get `gopls` completion...

I am currently experimenting with the new [Treesitter](https://github.com/nvim-treesitter/nvim-treesitter) that will be part of the next Neovim release. Unfortunately, syntax-based scopes don't seem to work with it. For example, when I...

Longtime user of supertab, and I'm looking at switching to mucomplete because it has obviously better completion method chaining. I'm a big fan of completion, especially the way the completion...

Sorry if this has been documented, I have tried a few different things but I can't seem to make it work as I expect it. What I'm trying to do...

# Support for completion in command mode ## Usage If I type :e then mucomplete must show suggestions for commands starting with e. This was inspired by the wildmenu in...

Mucomplete is awesome and works well with most lsp plugin when they use omnicomplete. This issue I have is that some languages take a while for there language server to...

enhancement