Skip to content

xq-meng/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvim

Neovim configuration.

my-neovim

Setup

  1. Clone this repo as neovim config.

Unix, Linux platform

git clone --depth 1 https://github.com/xq-meng/nvim.git ~/.config/nvim

Windows Powershell

git clone --depth 1 https://github.com/xq-meng/nvim.git "$env:LOCALAPPDATA\nvim"
  1. Run Lazy in Neovim.
:Lazy

Note

  1. Neovim version required.

Neovim >= 0.7, see Neovim for latest release.

  1. Python3, pip3 is required.
pip3 install neovim
  1. Auto complete.

Clangd is required for c/cpp complete. For clangd's installation, see Installing clangd.

  1. Iconic font is required for better display.

Nerd font is recommanded. Please download font from Nerd Font or GitHub Page and apply it to your terminal.

About

Neovim configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages