rox
rox
Updates ### sources ported from ncm [ncm2-bufword](https://github.com/ncm2/ncm2-bufword) [ncm2-tmux](https://github.com/ncm2/ncm2-tmux) [ncm2-path](https://github.com/ncm2/ncm2-path) [ncm2-jedi](https://github.com/ncm2/ncm2-jedi) [ncm2-css2omni](https://github.com/ncm2/ncm2-css2omni) [ncm2-tagprefix](https://github.com/ncm2/ncm2-tagprefix) [ncm2-racer](https://github.com/ncm2/ncm2-racer) [ncm2-jedi](https://github.com/ncm2/ncm2-jedi) [ncm2-path](https://github.com/ncm2/ncm2-path) [ncm2-tern](https://github.com/ncm2/ncm2-tern) ### ported snippet support from ncm [ncm2-snipmate](https://github.com/ncm2/ncm2-snipmate) ### ported subscope detectors from ncm [ncm2-html-subscope](https://github.com/ncm2/ncm2-html-subscope)...
A minimal vimrc that works with `LanguageClient-neovim` and `snipmate` ```vim execute 'source ' . $WORKSPACE_DIR . '/plug.vim' call plug#begin($WORKSPACE_DIR) " assuming your using vim-plug: https://github.com/junegunn/vim-plug Plug 'ncm2/ncm2' " ncm2 requires...
- UltiSnips integration is now ported: [ncm2-ultisnips](http://github.com/ncm2/ncm2-ultisnips) - Another source: [ncm2-github](https://github.com/ncm2/ncm2-github) - fuzzy matcher: [ncm2-abbrfuzy](https://github.com/ncm2/ncm2-abbrfuzzy) I'm still stuck finding a rich snippet support lsp server, I mean thoese with additional...
## I have removed the experimental flag. Here are some of the changes made from nvim-completion-manager: - All sources, snippet integrations, and subscope detections that used to be builtin are...
[LanguageClient-neovim integration](https://github.com/autozimu/LanguageClient-neovim/pull/504) Tested with rls and ultisnips: ```vim " assuming your using vim-plug: https://github.com/junegunn/vim-plug Plug 'ncm2/ncm2' " ncm2 requires nvim-yarp Plug 'roxma/nvim-yarp' autocmd BufEnter * call ncm2#enable_for_buffer() set completeopt=noinsert,menuone,noselect set...
Here's the c/c++ support I've been planning for: https://github.com/ncm2/ncm2-pyclang It should be way faster than [ncm-clang](https://github.com/roxma/ncm-clang/issues/3), and it also supports goto declaration. Finally get my desired plugin done. Cheers! :smile:
`additionalTextEdits` kinda works now, it requries [this PR of LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim/pull/514) More testers will be appreciated.
Some breaking changes - [abbrfuzzy](https://github.com/ncm2/ncm2-abbrfuzzy) is now moved into ncm2 repo. - `{ncm_source_plugin}#source_override` variable is removed. keep the source variable itself is enough. see https://github.com/ncm2/ncm2-bufword/commit/57ccf83f820979857b4fe3d68c66c0e87cd58957 New features: - matcher of...
New PR inspired by vim's `...` key sequence. https://github.com/ncm2/ncm2/pull/28 Testers will be appreciated. I'm going to merge it if there's no issue on this PR in 2 or 3 days.
> May I transfer these sources to ncm2 organization? Yeah.