This is my Neovim configuration setup using lazy.nvim
as the plugin manager. It includes the Gruvbox theme, enhanced CSS development support with LSP, Tree-sitter, color highlighting, and a color picker.
- Neovim (>= 0.9.0)
- Git
Install Neovim from your package manager. For example, on Fedora:
sudo apt install neovim
alternatively in arch
yay -S neovim