Skip to content

# My Personal Custom vim project if u want use this cute little vim

License

Notifications You must be signed in to change notification settings

kyuna312/NyanVim

Repository files navigation

🐱 NyanVim

A modern, IDE-like Neovim configuration focused on speed and productivity.

NyanVim Logo

🚀 Features

  • Performance

    • Blazingly fast startup time
    • Optimized lazy-loading
    • Minimal core configuration
  • Development Tools

    • 🧠 Intelligent code completion
    • 📦 LSP support with auto-installation
    • 🐛 Integrated debugging
    • 🌳 File explorer with Git integration
    • 🔍 Fuzzy finding (files, text, commands)
  • User Experience

    • 🎨 Modern UI with Tokyo Night theme
    • 🎮 Familiar VSCode-like keybindings
    • 🔧 Easy customization

📋 Requirements

  • Neovim >= 0.9.0
  • Git >= 2.19.0
  • Nerd Font
  • Node.js
  • ripgrep
  • C compiler

⚡ Quick Install

macOS

# Install Homebrew if you haven't already
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Install dependencies
brew install neovim git node ripgrep fd
brew tap homebrew/cask-fonts
brew install --cask font-hack-nerd-font

Debian

# Add Neovim repository
sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt-get update
# Install dependencies
sudo apt-get install neovim git nodejs npm ripgrep fd-find

Linux

sudo pacman -S neovim git nodejs npm ripgrep fd

Configuration

# Backup your existing Neovim configuration
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
mv ~/.local/state/nvim ~/.local/state/nvim.bak
mv ~/.cache/nvim ~/.cache/nvim.bak
# Clone NyanVim
git clone https://github.com/kyuna312/NyanVim.git ~/.config/nvim
# Remove the .git directory to make it your own
rm -rf ~/.config/nvim/.git

This README provides:

1. Clear installation instructions for different OS
2. List of key features and keybindings
3. Customization guide
4. Plugin overview
5. Professional formatting with emojis
6. OS-specific dependency installation
7. Backup instructions
8. Troubleshooting section
9. You can further customize it by:
10. Adding screenshots of your setup
11. Including more specific configuration examples
12. Adding a FAQ section
13. Including performance benchmarks
14. Adding a contribution guide

[Source: https://github.com/kyuna312/NyanVim]

About

# My Personal Custom vim project if u want use this cute little vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages