This is my nvim config written in lua and vim script. Very friendly to coding rust.
-
Install some dependent libs first.
-
xclip
# mac brew install xclip
-
BurntSushi/ripgrep
# mac brew install ripgrep
-
sharkdp/fd
# mac brew install fd
-
Nerd fonts
# mac brew tap homebrew/cask-fonts brew install --cask font-hack-nerd-font
-
fish
-
-
Install nvim (version >= 0.7)
# mac brew install neovim
-
Clone repository
git clone https://github.com/Fengys123/nvim-config.git ~/.config/nvim
-
When you open neovim for the first time, it will take a while to download the package.
-
Enjoy it!
-
Plugin management via lazy.nvim
-
TODO: complete plugin list.