Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 732 Bytes

README.md

File metadata and controls

40 lines (34 loc) · 732 Bytes

my neovim config

neovim config for Orz. Based on nvchadv2.0

Install

Post Install

  • git
  • neovim 0.10.1 and upper

Install Config

  • on Linux or MacOS
# Linux / MacOS
git clone https://github.com/kanrin/my-nvim-config.git $HOME/.config/nvim
  • on Windows
git clone https://github.com/kanrin/my-nvim-config.git $env:USERPROFILE\AppData\Local\nvim

Support

  • neovim 0.10.1

Better Experience

  • install nerd font
# MacOS
brew tap homebrew/cask-fonts
brew install font-hack-nerd-font
  • install powerline font
# refer to https://github.com/powerline/fonts
cd
git clone https://github.com/powerline/fonts.git --depth=1
cd fonts
./install.sh