This is my nvim config written in lua and vim script.
-
Install some optional but recommended tools.
-
BurntSushi/ripgrep
# arch linux pacman -S ripgrep -
sharkdp/fd
# arch linux pacman -S fd -
Nerd fonts
# arch linux # example for github monaspace nerd font pacman -S otf-monaspace-nerd
-
fish
# arch linux pacman -S fish
-
-
Install nvim
# arch linux pacman -S neovim -
Clone repository
git clone https://github.com/fengys1996/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.