ncm2 VS defx.nvim

Compare ncm2 vs defx.nvim and see what are their differences.

ncm2

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

defx.nvim

:file_folder: The dark powered file explorer implementation for neovim/Vim8 (by Shougo)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ncm2 defx.nvim
2 5
1,332 1,168
0.0% -
1.8 4.6
about 2 years ago about 2 months ago
Python Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ncm2

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()

defx.nvim

Posts with mentions or reviews of defx.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-05.
  • Permanent fixed File Explorer in Neovim
    7 projects | /r/neovim | 5 Apr 2022
  • NVIM
    9 projects | dev.to | 18 Mar 2022
    defx.nvim - A file explorer
  • FAVOURITE PLUGINS
    49 projects | /r/neovim | 3 Feb 2022
    defx.nvim https://github.com/Shougo/defx.nvim
  • Vimfiler commands
    2 projects | /r/SpaceVim | 22 May 2021
    Hi! Vimfiler is here https://github.com/Shougo/vimfiler.vim and maybe you can find some documentation there. But as you can see from the README, Vimfiler project is no more actively maintained. You can switch to Defx (https://github.com/Shougo/defx.nvim) that is supported by SpaceVim.
  • Do you use a file tree explorer?
    9 projects | /r/vim | 22 Apr 2021
    Explorers: https://github.com/ranger/ranger (Excellent terminal file explorer) you can integrate it with fasd (or z probably) to quickly find frecent files https://github.com/clvv/fasd https://github.com/rafaqz/ranger.vim (vim integration) Or https://github.com/Shougo/defx.nvim (vim file explorer by the infamous shougo)

What are some alternatives?

When comparing ncm2 and defx.nvim you can also consider the following projects:

Nvim-R - Vim plugin to work with R

fasd - Command-line productivity booster, offers quick access to files and directories, inspired by autojump, z and v.

telescope.nvim - Find, Filter, Preview, Pick. All lua, all the time.

vimfiler.vim - :file_folder: Powerful file explorer implemented by Vim script

ncm-R - R autocompletion for Neovim and vim 8 :memo: :bar_chart: :zap:

nvim-tree.lua - A file explorer tree for neovim written in lua

semshi - 🌈 Semantic Highlighting for Python in Neovim

vim-autoimport - A vim plugin for adding import statements (for python and more) without LSP

NeoVintageous - Vim for Sublime Text.

xplr - A hackable, minimal, fast TUI file explorer

vim-plug - :hibiscus: Minimalist Vim Plugin Manager

vim-clap - :clap: Modern performant fuzzy picker, tree-sitter highlighting, and more, for both Vim and NeoVim