vim-awesome
awesome-neovim
Our great sponsors
vim-awesome | awesome-neovim | |
---|---|---|
48 | 91 | |
1,960 | 8,637 | |
0.0% | - | |
0.0 | 9.2 | |
over 2 years ago | 6 days ago | |
Python | ||
MIT License | Creative Commons Zero v1.0 Universal |
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.
vim-awesome
-
Vim vs Vscode: Developer Productivity
Vim is infinitely customizable. While Vscode allows you to change the app’s color scheme, install plugins, and change a few app settings, Vim offers you complete control over the editor’s experience. You have thousands of plugins to choose from. You can completely remap any keybinding and create new shortcuts for tasks in your daily workflow. And giving you more power as a developer, you can completely reprogram or automate your Vim experience with the built-in Vimscript language or Lua for Neovim.
-
Let the IDE wars, uh, continue!
This is a pretty good website for browsing vim plugins: https://vimawesome.com
VimAwesome is a website with a curated list of vim plugins. You can search by category or type for something that fits your needs. I highly recommend browsing the list just to see what there is.
-
'%' not working - should jump to matching '{}'
I recently moved to Mac/OSX from Linux and have struggled with my vim setup. I found some installations bundles that attempt to set everything up for me, so I used one of those, iirc it is this one: https://vimawesome.com/ . However, I have some issues with it. While coding, I often want to jump around code blocks and I do so by taking advantage of the '{}' characters (curly braces) used for code blocks in the languages I use (javascript and C++). In vi, the '%' character can be used to jump between the matching curly brace. However, in my current setup, this does not work. How can I find how to make the '%' feature work again?
-
I have no idea what I need...
That is probably a couple of hours worth of work getting the plugins set up. Then you're in the wild west looking for things that are interesting. I suggest you stay as minimal as you can as long as you can, but there is plenty to find.
-
Neovim Customization
Find the desireable plug-ins from VIM Awesome this is one of the best places to find vim and neovim plugins. For this tutorial we will add couple of plug-ins to make our neovim look good and work like an ide.
-
Is there a websitre for rating or popularity ranking for vim plugins?
Unfortunately not maintained anymore, but it updates automatically so is still somewhat useful.
- Boss: "Write better comments."
-
Can't get over this obstacle to join Vim Community
Are you aware of https://vimawesome.com/ Makes it pretty easy to find plugins.
awesome-neovim
-
UPDATE: browse.nvim - browse for anything using your choice of method
For example, a bookmarks table can have something like this: ```lua local bookmarks = { -- direct urls as bookmarks "https://github.com/neovim/neovim", "https://github.com/nvim-telescope/telescope.nvim", "https://github.com/rockerBOO/awesome-neovim",
- What are the best plugins for neo vim?
-
Need Advice as a Beginner (Neo)Vim user
I've used kickstart.nvim (mentioned elsewhere in this thread) and browsed the awesome-neovim gallery. I haven't really created my own config yet, but kickstart.nvim has an entrypoint to add your own customizations which I've used. I'll probably build a config from scratch when I get more opinionated about which tools I prefer.
-
What are the plugins you consider necessary to have a great neovim experience?
I think the de factor place for this is awesome-neovim. It's gotten really big, so needs a bit of reading.
-
Neovim For Java
But if you want to do what you described in neovim, you still need a terminal buffer to show the result. Maybe you can use keyword "runner" to search some neovim plugins on GitHub. Here is a big-list, which I consider very useful when you want to find a plugin: https://github.com/rockerBOO/awesome-neovim.
-
NeoLand is live!
Hey Wansmer! Thanks for the feedback and sorry about the wrong tagging, I didn't create these tags instead I used awesome-neovim as data source, it may not be accurate, I'll start updating it after this, could you create an issue on GitHub? And about the filter feature, it's on the plan list, so stay tuned!
I used awesome-neovim to bootstrap it, but I'm hoping plugin authors could submit to NeoLand directly so that we can have a more structured way to organize these resources, it already has 10 authors submitting on GitHub and Typeform, you can check it here.
-
Trying really hard to get into Neovim but I’ve had such a hard time trying to configure it!
You can take at look at this awesome-neovim repo, it's collection of awesome neovim plugins.
- How do you stay up-to-date on the plugins you use?
-
Using the Free Pascal IDE for a Week
It’s not an IDE but Neovim can do IDE-like things.
And you can get Neovim with all batteries included: https://github.com/rockerBOO/awesome-neovim#preconfigured-co...
What are some alternatives?
LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
vim-airline - lean & mean status/tabline for vim that's light as air
lvim - My config for LunarVim
diffview.nvim - Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
bracey.vim - live edit html, css, and javascript in vim
tagbar - Vim plugin that displays tags in a window, ordered by scope
paq-nvim - 🌚 Neovim package manager
chadtree - File manager for Neovim. Better than NERDTree.
vundle - Vundle, the plug-in manager for Vim
packer.nvim - A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
delimitMate - Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
skyline.vim - skyline.vim is a simple statusline plugin for Vim.