What IDEA or Vscode feature/function you want to have in neovim eco-system?

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • diffview.nvim

    Single tabpage interface for easily cycling through diffs for all modified files for any git rev.

  • https://github.com/sindrets/diffview.nvim has merge tool

  • vim-mergetool

    :cake: Efficient way of using Vim as a Git mergetool (by cynix)

  • Using the vim-mergetool plugin ( https://github.com/cynix/vim-mergetool ) with a shortcut to toggle the base view was what made it bearable, if not better than VSCode or Idea, to me in neovim. Sadly it doesn't have some smart conflict resolution that is aware of the program like Idea...

  • 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.

    InfluxDB logo
  • go.nvim

    A feature-rich Go development plugin, leveraging gopls, treesitter AST, Dap, and various Go tools to enhance the dev experience.

  • You can try https://github.com/ray-x/go.nvim or at least use it's code to implement sql embed.

  • awesome-neovim

    Collections of awesome neovim plugins.

  • Does the community have a central repository of all plugins? I’ve used both this repo and neovim craft. If the latter creator has exposed the data via api that’s a fantastic plugin idea.

  • neovimcraft

    website that makes it easy to find neovim plugins

  • Does the community have a central repository of all plugins? I’ve used both this repo and neovim craft. If the latter creator has exposed the data via api that’s a fantastic plugin idea.

  • neoconf.nvim

    💼 Neovim plugin to manage global and project-local settings

  • Maybe https://github.com/folke/neoconf.nvim

  • vim-arduino

    Vim plugin for compiling and uploading arduino sketches

  • Does vim-arduino work for you? It taps into arduino’s CLI functions.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • vim-addon-local-vimrc

    kiss local vimrc with hash protection

  • You can? I'd never heard of this. Until now, I'd always used MarcWeber/vim-addon-local-vimrc. It works okay but if there's something built-in I'd much prefer that.

  • vim-submode

    Vim plugin: Create your own submodes

  • I used kana/vim-submode for a little while but it broke all the time so I gave up on it. How's your experience with hydra.nvim so far? Do you find that the mode doesn't "stick" properly or will for a bit but then it breaks out if you add a custom command that does too much? That was my experience with vim-submode

  • nvim-bqf

    Better quickfix window in Neovim, polish old quickfix window.

  • You can get some of that behaviour with nvim-bqf

  • neogit

    An interactive and powerful Git interface for Neovim, inspired by Magit

  • This is what I use for general git interaction and it‘s pretty neat: neogit. Also integrates diffview

  • astrocommunity

    A community repository of common plugin specifications

  • Even if you don't want to use AstroNvim, it's probably largely possible to just steal their configs. https://github.com/AstroNvim/astrocommunity/tree/main/lua/astrocommunity/pack

  • vim-visual-multi

    Multiple cursors plugin for vim/neovim

  • database

    Neovim plugins database used by plugnplay (by nvim-plugnplay)

  • There is a list of plugins here: https://github.com/nvim-plugnplay/database/blob/main/database.json

  • lazy.nvim

    💤 A modern plugin manager for Neovim

  • And a small PoC here: https://github.com/folke/lazy.nvim/issues/869

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts