-
- 在 mac 上安裝 neovim
` brew install neovim `
- 安裝 vim-plug
```
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubus…
-
I am a vimwiki user, but now I want to use the vim-pandoc tools to create PDF from markdown files of the wiki. The problem is that the function of omnicomplete, for bib cites, of vim-pandoc does not w…
-
ghost updated
5 years ago
-
If I understand it correctly, currently it is impossible to get the `longest` behaviour because `longest` in `completeopt` prevents ncm2 from working properly. Is this a technical limitation that coul…
-
This is a copy of [issue 1689 at the coc.nvim repository](https://github.com/neoclide/coc.nvim/issues/1689). Opening it here since it doesn't look like that repository deals with sources.
### Back…
-
Coc is working now, but still lots of work ahead to make it better.
Let me know if you have some ideas for it.
* [x] Works in vim.
* [x] Airline/Lightline integration
* [x] Add support for https…
-
Inspired by [deoplete](https://github.com/Shougo/deoplete.nvim/issues/96).
This issue is a good place to upload screenshots for README.md.
Screenshots shoould not be put into git repo, otherwis…
roxma updated
6 years ago
-
I use deoplete for completion. It has fuzzy search. But the suggestions from the LanguageClient source somehow don't work with fuzzy search. Everything else works with fuzzy search, including neco-vi…
-
Hey,
thanks for this project. I am new to Julia and Lanuage Servers and I am searching for a good autocompletion for Julia. So I tried this Language Server with [LanguageClient-neovim](https://github…
-
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 is expand the completion item snippets I get from Langu…