awesome-neovim
diffview.nvim
Our great sponsors
awesome-neovim | diffview.nvim | |
---|---|---|
105 | 46 | |
9,401 | 2,085 | |
- | - | |
8.9 | 7.6 | |
6 days ago | 3 days ago | |
Lua | ||
Creative Commons Zero v1.0 Universal | GNU General Public License v3.0 or later |
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.
awesome-neovim
-
veil.nvim - dynamic, component-based startup screen
I submitted a request to get this plugin onto the Awesome Neovim list. Looks promising, keep it up!
-
Is there a vim/neovim equivalent to something like "Mastering Emacs"?
awesome-neovim - this is a great list of plugins categorized by type/area
-
Found an awesome awesome-neovim website
I think you can make a PR to both github.com/rockerBOO/awesome-neovim and github.com/neurosnap/neovimcraft, looks like they accept PRs very often.
-
Hello đź‘‹ First Post here! Any alternatives to VSCode's workspace in Neovim?
Take a peek at [awesome neovim #projectshttps://github.com/rockerBOO/awesome-neovim#project) and see if there is any there that are of interest to you.
-
I’m a vscode user who wants to migrate to neovim but still can’t get all the features I want, I’m trying out lazyvim, which plug-ins should I use?
Awesome neovim to help you while looking for the plugins.
Here’s how I recommend you go: 1. Start with kickstart.nvim TJ has a great video explaining the repo. 2. I recommend you watch this video by ThePrimeagen to learn how to structure your config. 3. As stated by others, use awesome-neovim to look up features that kickstart.nvim doesn’t come out of the box with and add it to your config.
-
Does anyone track financial stuff using Neovim?
Looks like we need to add a section called "personal finance" in awesome-neovim.
-
Good place to find new plugins?
rockerBOO/awesome-neovim for collection of many already existing plugins.
- Recommendations on discovering new plugins?
diffview.nvim
-
What is your nvim workflow for reviewing PRs?
I like to use (diffview.nvim) . I created a git alias to open my diffs in diffview by default.
-
How do you manage tabs and split panes in Vim?
3.) Use diffview.nvim to view a the changes in your workarea within a new tabpage.
-
Which vim plugins do not have a lua equivalent yet?
There is an issue to add directory diff to diff view.nvim.
-
is there a way to show side by side diffs when making a commit?
Another option, check out the diffview plugin https://github.com/sindrets/diffview.nvim
In diffview.nvim we allow you to cycle through diff splits for the entire set of changed files, for both staged and unstaged changes. Then you can use whatever git wrapper you prefer to edit the commit message. I.e. Fugitive's :Git commit.
-
What is the best way to review code in neovim?
If you are looking for a nice diff experience, I have been using Diffview.nvim (https://github.com/sindrets/diffview.nvim). You can toggle it and quickly cycle your diffs by pressing tab.
-
Git CLI tools and vim
But shortly I switched to diffview instead of tig and git.nvim allows me to commit and push without leaving the NeoVim. But I would like to have some better wrapper for git commit and push with floating windows.
-
Neovim - Workflow para Java, C# e JS/TypeScript (Atualização com Neovim 0.8 e LSP)
diffview.nvim: diff view direto no Neovim;
-
Poll: how do you jump to Git conflict markers?
Please explain. I can see on https://github.com/sindrets/diffview.nvim that you can use Tab to cycle through changed files. And then you're right at the conflicts or how does it work?
What are some alternatives?
LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
lazygit - simple terminal UI for git commands
vim-airline - lean & mean status/tabline for vim that's light as air
lvim - My config for LunarVim
neogit - magit for neovim
toggleterm.nvim - A neovim lua plugin to help easily manage multiple terminal windows
paq-nvim - 🌚 Neovim package manager
chadtree - File manager for Neovim. Better than NERDTree.
vim-conflicted - Easy git merge conflict resolution in Vim
packer.nvim - A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
tokyonight.nvim - 🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.
lualine.nvim - A blazing fast and easy to configure neovim statusline plugin written in pure lua. [Moved to: https://github.com/nvim-lualine/lualine.nvim]