rox

Results 173 comments of rox

Typescript support PR: https://github.com/mhartington/nvim-typescript/pull/161

[vim-lsp](https://github.com/prabirshrestha/vim-lsp) support works now. https://github.com/ncm2/ncm2/issues/36 It's still kind of rough edges though.

Phpactor integration [ncm2-phpactor](https://github.com/phpactor/ncm2-phpactor) is now available.

https://github.com/ncm2/ncm2/issues/30#issuecomment-409426938 I have added a slightly more fuzzy matcher, use `let g:ncm2#matcher = 'substrfuzzy'` to test it.

[ncm2-neosnippet](https://github.com/ncm2/ncm2-neosnippet) has been created. At some point, I may merge some of the common code into ncm2 for more consistent snippet experience. ------------- These sources were created recently: - [ncm2/ncm2-d](https://github.com/ncm2/ncm2-d)...

@alanding1989 please open new issue instead of commenting here

ncm-rct-complete has not been ported for ncm2 yet.

I believe this is neovim issue, too. I don't have this issue, though. Try using a release version of neovim, in case you're using the master version.

A release version should be considered more stable. The master version is not as stable, from my experience, for example https://github.com/roxma/nvim-completion-manager/issues/6#issuecomment-277434983.

https://github.com/Homebrew/homebrew-core/blob/1bf8bab22b8235ad0132e67f64205d5f2c5b0e10/Formula/neovim.rb#L27 It seems you could choose stable or head version with homebrew, you should verify your installation.