Skip to content

Latest commit

 

History

169 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoVim Configuration

My personal NeoVim configuration based on LazyVim

Setup Instructions

  1. Clone this repository to ~/.config/nvim
git clone https://github.com/yourusername/nvim-config.git ~/.config/nvim
  1. Install Python support for Neovim (required for some plugins)
# Create a virtual environment for Neovim
python3 -m venv ~/.config/nvim/venv

# Install pynvim in the virtual environment
~/.config/nvim/venv/bin/pip install pynvim
  1. Install other dependencies
# For macOS
brew install wget ripgrep fd lazygit fzf

# For Ubuntu/Debian
sudo apt install wget ripgrep fd-find lazygit fzf

Features

  • Modern UI with Catppuccin theme
  • LSP support for multiple languages
  • Debugging with DAP
  • Fuzzy finding with Telescope
  • AI coding assistance with Copilot
  • Git integration with Gitsigns and Lazygit
  • Enhanced markdown with Obsidian integration
  • And more!

Key Plugins

About

我的nvim配置

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages