awesome-neovim
paq-nvim
Our great sponsors
awesome-neovim | paq-nvim | |
---|---|---|
105 | 26 | |
9,401 | 570 | |
- | - | |
8.9 | 4.8 | |
3 days ago | 23 days ago | |
Lua | ||
Creative Commons Zero v1.0 Universal | MIT License |
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?
paq-nvim
-
Is Packer still maintained?
If you want a dead simple package mamage that only puts packages in opt and start, you can use paq.nvim
-
Introducing LazyVim!
Is there anyone here who can share some feedback on how much lazy.nvim has been better than what you were using previously? If my context helps, I'm using paq-nvim, previously was using packer.
- Neovim - Workflow para Java, C# e JS/TypeScript (Atualização com Neovim 0.8 e LSP)
-
Cannot update plugins
This was a problem when I was using paq as my manager, now I have the same problem with packer. It never happened when I wanted to install new plugins, only on updating. With packer I have a workaround: after it fails to sync it allows to re-run all failed jobs, and each times about a half of failed jobs fail again, others update successfully, so I can iteratively sync everything, but that's a terrible waste of time;
-
Help with plug
Options: - packloadall command family and maybe git submodules - minpac which is a thin utility around the above - vim-plug - old but still popular for it does the job - packer.nvim is a popular choice for lua configs, never got to using it myself - paq-nvim is another often mentioned lua solution - dozens of other solutions
-
which plugin manager are you using?
that sounds like paq, but slow?
-
New to Rust. How to setup Nvim as IDE?
On my Neovim setup, I simply have the following plugins. I use paq as a plugin manager:
-
Neovim: Plugins to get started
paq.nvim
-
Why does this simple && logic fail when I use `su - "$SUDO_USER"`?
[ ! -d "$HOME/.local/share/nvim/site/pack/paqs/start/paq-nvim" ] && su - "$SUDO_USER" -c \ "git clone --depth=1 https://github.com/savq/paq-nvim.git ~/.local/share/nvim/site/pack/paqs/start/paq-nvim" It always runs the git command, even when the directory exists! What is happening?
Thanks so much!! The 2nd example worked: nvimDir="$(eval echo ~${SUDO_USER}/.local/share/nvim/site/pack/paqs/start/paq-nvim)" [ ! -d "${nvimDir}" ] && su - "$SUDO_USER" -c \ "git clone --depth=1 https://github.com/savq/paq-nvim.git ${nvimDir}"
What are some alternatives?
LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
packer.nvim - A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
vim-airline - lean & mean status/tabline for vim that's light as air
diffview.nvim - Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
lvim - My config for LunarVim
vim-plug - :hibiscus: Minimalist Vim Plugin Manager
chadtree - File manager for Neovim. Better than NERDTree.
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]
nvim-compe - Auto completion Lua plugin for nvim
minimap.vim - 📡 Blazing fast minimap / scrollbar for vim, powered by code-minimap written in Rust.
targets.vim - Vim plugin that provides additional text objects