ncm2

:heart: Slim, Fast and Hackable Completion Framework for Neovim (by ncm2)

Ncm2 Alternatives

Similar projects and alternatives to ncm2

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ncm2 alternative or higher similarity.

ncm2 reviews and mentions

Posts with mentions or reviews of ncm2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-25.
  • Why LSP?
    14 projects | news.ycombinator.com | 25 Apr 2022
    Assuming you're talking about this ncm[0], are you aware that ncm is a " completion framework for neovim", which is different from an LSP? ncm is either an LSP client itself, or, it is talking to neovim's internal LSP client, to get completions from LSPs.

    It's also important to note that LSPs almost always provide you more than auto completion (for example, go to definition, go to implementation, find references).

    Do let me know if you have more questions, neovim and LSPs are my "daily driver" as a dev, so to speak.

    [0] https://github.com/ncm2/ncm2

  • Getting ncm2 and ncm-r to work
    4 projects | /r/neovim | 21 Jan 2022
    call plug#begin() " assuming you're using vim-plug: https://github.com/junegunn/vim-plug Plug 'ncm2/ncm2' Plug 'roxma/nvim-yarp' " enable ncm2 for all buffers autocmd BufEnter * call ncm2#enable_for_buffer() " IMPORTANT: :help Ncm2PopupOpen for more information set completeopt=noinsert,menuone,noselect " NOTE: you need to install completion sources to get completions. Check " our wiki page for a list of sources: https://github.com/ncm2/ncm2/wiki Plug 'ncm2/ncm2-bufword' Plug 'ncm2/ncm2-path' " R plugin " Plug 'jalvesaq/Nvim-R' " Plug 'ncm2/ncm2' " Plug 'roxma/nvim-yarp' Plug 'gaalcaras/ncm-R' if !has('nvim') Plug 'roxma/vim-hug-neovim-rpc' endif Plug 'ncm2/ncm2-bufword' Plug 'ncm2/ncm2-path' call plug#end()

Stats

Basic ncm2 repo stats
2
1,332
1.8
about 2 years ago

ncm2/ncm2 is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of ncm2 is Python.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com