๐ LunarVim -> LazyVim
I use Neovim as my IDE for a long time, mainly for Rust, Python, C, Go, Lua and the usual markup languages and configuration management such has YAML, JSON, Toml and Mardown.
I all started by porting my incredibly old (10+ years) and complicated Vim configuration to Neovim, all implemented in vimscript. IT WAS A NIGHTMARE ๐ฅ..
Later on I discovered you can configure Neovim using Lua and I fell in love with it.
I built a bloated and complex configuration in Lua, based on the LunarVim distribution and inspired on the great work of @abzcoding, piling up to a ton of code and customizations:
1
2===============================================================================
3
4===============================================================================
5
6
7
8
9===============================================================================
10
11===============================================================================
Unfortunately LunarVim is not being actively maintained and I had several issues maintaining such a complex configuration, so I started looking at alternatives and into only implementing configurations and utilities for the functionalities I use daily.
I tried out Astronvim, but it uses a lot of plugins I don't like for important functionalities such has UI and buffers.
This Github issue pointed me at LazyVim and I fell in ๐ again: it is properly maintained by @folke, the author of many plugins I use and love and after a couple of evenings of work, I was able to port all my configuration to LazyVim and I now have a faster and more consistent experience in multiple languages.
On top of this, it's less code to maintain ๐คฉ. It's still a lot, but what the heck, Neovim is what helps me pay the bills ๐ธ!
1
2===============================================================================
3
4===============================================================================
5
6
7
8
9===============================================================================
10
11===============================================================================
The look and feel is GREAT!
Alpha, the startup / welcome dashboard with recent files, quick actions and sessions and a cool banner ๐คฉ
Developing in Rust with files and tests panels and LSP completion
All the my configuration is open source and you can take what you need from it on Github!

