rox
rox
As per https://github.com/roxma/nvim-yarp/issues/22
With this, it's easier to provide **much more** completion results with decent response performance.
In earlier versions of NCM the jedi completion snippet support used to be more accurate. But due to performance issues, I simplified the snippet generation. Inspired by autozimu/LanguageClient-neovim#514, we could...
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, otherwise it will make the plugin download time...
As per https://github.com/autozimu/LanguageClient-neovim/pull/121 Current vim snippet plugin's snippet syntax is different from lsp snippet. NCM will use the well-defined [lsp snippet syntax](https://github.com/Microsoft/vscode/blob/master/src/vs/editor/contrib/snippet/browser/snippet.md) as the standard, and transform it into local...
[vim-node-rpc](https://github.com/neoclide/vim-node-rpc) author posted an article that [claims vim-node-rpc is faster than this plugin](https://zhuanlan.zhihu.com/p/40696208) But I can't agree with that if I don't understand why it's faster. I build a ubuntu...
I'm working on a very sophisticated C project. Modifying the build script to generate `compile_commands.json` is not a good idea and I don't want to update a team repo for...
https://github.com/ncm2/ncm2-libclang The c++ interface of clang library is more powerful, for example, it has accurate compile argument parsing. It's probably faster when there're tens of thousnds of matches for global...