-
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
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
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...
-
You can try https://github.com/ray-x/go.nvim or at least use it's code to implement sql embed.
-
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.
-
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.
-
Maybe https://github.com/folke/neoconf.nvim
-
Does vim-arduino work for you? It taps into arduino’s CLI functions.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
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.
-
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
-
You can get some of that behaviour with nvim-bqf
-
This is what I use for general git interaction and it‘s pretty neat: neogit. Also integrates diffview
-
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
-
-
There is a list of plugins here: https://github.com/nvim-plugnplay/database/blob/main/database.json
-
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