Skip to content

Initial Release

Latest

Choose a tag to compare

@balu401 balu401 released this 26 Jun 15:23
76251d1

Custom Neovim IDE - v1.0.0

A lightweight, blazing-fast Neovim configuration built from scratch using lazy.nvim, designed for seamless web development, Python, and systems programming.

What's Included

This release brings a fully-featured, production-ready Neovim IDE with:

  • Package Management: lazy.nvim for fast, asynchronous plugin loading
  • File Explorer: nvim-tree for visual project navigation
  • Fuzzy Finder: fzf-lua for lightning-fast file and text searching
  • Intellisense: Native Neovim LSP with automatic language server setup via mason.nvim
  • Autocomplete: nvim-cmp with VS Code-style snippet integration
  • Auto-formatting: conform.nvim (Prettier, Black, Stylua) on save
  • Integrated Terminal: toggleterm.nvim for drop-down shell access
  • UI & Aesthetics: gruvbox colorscheme with custom lualine status bar

Quick Start

Prerequisites

  • Neovim v0.11.0 or higher
  • Git
  • A Nerd Font (e.g., JetBrainsMono Nerd Font)
  • Ripgrep (for fuzzy search)

Installation

# Backup existing config (if any)
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak

# Clone this release
git clone https://github.com/balu401/nvim.git ~/.config/nvim

# Start Neovim
nvim

Documentation

For detailed setup, troubleshooting, and customization, see the README.md.