/nvim

My nvim dot files

Primary LanguageLua

Neovim Configuration

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.

Prerequisites

  • Neovim (>= 0.9.0)
  • Git

Installation

Step 1: Install Neovim

Install Neovim from your package manager. For example, on Fedora:

sudo apt install neovim

alternatively in arch

yay -S neovim