LunarVim
awesome-neovim
Our great sponsors
LunarVim | awesome-neovim | |
---|---|---|
122 | 55 | |
8,731 | 4,951 | |
7.5% | - | |
9.8 | 9.3 | |
2 days ago | 3 days ago | |
Lua | ||
GNU General Public License v3.0 only | 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.
LunarVim
-
Is neovim good for webdevelopment?
I do web dev in nvim since 3 years. I rarely have any problems and never one I could not solve with some googling around/asking on discords for help. If you are like me and enjoy the keyboard-focused workflow of nvim but don't feel like nerding out with your own config, I very much recommend trying out one of the ready made distributions. Since half a year I use https://www.lunarvim.org/ and I am quite happy, but there are others as well, (https://github.com/CosmicNvim/CosmicNvim) comes to my mind.
-
Help: Remove Which-Key Binding
I'm trying to map Lazygit to just g and the submenu of git commands to G. The list of default bindings (https://github.com/LunarVim/LunarVim/blob/rolling/lua/lvim/core/which-key.lua) doesn't include the Lazygit command. I'm guessing it somehow gets injected into the menu elsewhere. This means that I can't remap g because it will still enter the submenu with lazygit as its only entry. How can I prevent this behaviour?
-
I gave up
If you don't want to spend time configuring VIM, try some pre-configured vim/nvim distributions. I loved space-vim back in the day. There is a project called lunar-vim which is nvim configuration, there is astro-vim which is based on lunarvim but with some more simplifications.
-
How to best migrate my config to LunarVim's?
I'm having trouble setting up LSP-related stuff using null-ls and lsp-installer. For example, setting up new language servers for new languages, having multiple language servers attached to the same buffer, auto-formatting wouldn't work etc. Then I found out LunarVim. I really like LunarVim's feature that "LSP just works". However, how do I add my stuff onto LunarVim's config?
-
Recommendations for an IDE layer like LunarVim?
LunarVim
-
Emacs for Professionals
Yeah, but when everything lives inside the same Lisp environment, there is no need for glue. You have variables and functions, all with built in documentation, that are easily composed.
Vim, on the other hand, appears to conspire against the user's attempts to build reusable configurations. One plugin may require Neovim. Another may require the Python runtime to be configured and installed. Vanishingly few of them have built in keybinds, and those that do are not guaranteed to be harmonious with other plugins. And besides, should I write my config in vimscript or Lua?
It might sound like I'm picking nits, but I don't find it coincidental that the best configurations that people have managed to build have been upon the strong bones that Emacs provides. Doom Emacs (https://github.com/doomemacs/doomemacs) is best-in-class, providing harmony between all of the built in modules and their bindings. I uncomment a line in a config file and get full Python support, with refactoring and formatting and such, ootb. This ends up being true for a shockingly long list of languages and tools.
On the Vim side you have https://github.com/NvChad/NvChad which appears to no longer be accepting new plugins and https://github.com/LunarVim/LunarVim which appears to provide a really good programming experience but is limited in scope to a handful of core plugins and whichever LSP servers they can get their hands on.
I used to use Neovim and compose everything together by hand as well. I don't see why I should bother today when Doom Emacs provides the same experience I would have built for myself, out of the box.
-
How do we get RStudio to adopt Julia language support?
Have you tried LunarVim? It is quite easy to make it work wonderfully with Julia, there is even a page in their docs to help people with setting up Julia.
-
Best setup for Remote Development? (CLion? VSCode? Vim? SSHFS?)
I would suggest using NeoVim or LunarVim instead of primitive VIM.
-
What is your text editor / IDE of choice?
https://github.com/LunarVim/LunarVim or https://github.com/kabinspace/AstroVim are pretty complete and organized enough to make modifying it much less daunting than starting from scratch.
-
Configuring eslint and prettier in LunarVim 🌙. Bonus: Tailwindcss 🌊
Congratulations, you decided to move your web-dev activities to neovim. Specifically LunarVim. Great choice!
awesome-neovim
- Recommend a text editor that can do folding on markdown and that is not electron
-
I want to switch to a full neovim experience.
Also awesome-neovim is great for finding plugins, themes, etc.
-
Best place to browse neovim plugins?
I've always liked rockerBOO/awesome-neovim
-
Neovim for screenplay writing
Read at least most of the manual for Neovim and for your terminal emulator or GUI and look over the plugins in awesome Neovim. That should solve everything you’re asking for. If you’re just starting with n/vim for any reason, whether it’s writing or programming, that’s what you should be doing
-
Created a plugin list by category for easy selection
The differences from awesome-neovim are as follows
-
Should all neovim plugins be on Github? Why are they?
From what I've seen, nearly all neovim plugins are hosted on GitHub. For example, rockerBOO's Awesome Neovim list has nearly 500 plugins, and I think I counted two that weren't on GitHub.
-
Plugins for neovim
Awesome Neovim is a great place to start out. It's a categorized list of popular Neovim plugins.
-
Overview of popular nvim plugins?
In lieu of actually recommending plugins, here's a big categorised list of neovim plugins that includes a lot of popular ones.
-
Genuine IDE for terminal
You can find a comprehensive and indexed list of the hottest neovim plugins here. In particular you want to look at:
-
Themes and/or basic plugins for a vanilla neovim user?
Check out Awesome Neovim for a probably-overwhelming list of solid plugs.
What are some alternatives?
SpaceVim - A community-driven modular vim/neovim distribution - The ultimate vimrc
NvChad - An attempt to make neovim cli functional like an IDE while being very beautiful, blazing fast startuptime ~ 20ms to 70ms
NvChad - An attempt to make neovim cli as functional as an IDE while being very beautiful , blazing fast. [Moved to: https://github.com/NvChad/NvChad]
vscode-neovim - Vim-mode for Visual Studio Code using embedded Neovim
nvim-dap - Debug Adapter Protocol client implementation for Neovim
coc.nvim - Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
flutter-tools.nvim - Tools to help create flutter apps in neovim using the native lsp
which-key.nvim - 💥 Create key bindings that stick. WhichKey is a lua plugin for Neovim 0.5 that displays a popup with possible keybindings of the command you started typing.
nerdtree - A tree explorer plugin for vim.
Neovim-from-scratch - A Neovim config designed from scratch to be understandable
lvim - My lvim configration, based on kylo252's
rust-tools.nvim - Tools for better development in rust using neovim's builtin lsp