/neovim

It just the basic config of neovim

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

neovim

It just the basic config of neovim image

first download the fd and the ripgrep

sudo pacman -S fd
sudo pacman -S ripgrep

clone the respiratory to the local which in ~/.config/nvim and change the location so that the nvim can be change

git clone https://github.com/3192575523/neovim.git

download the packer package management

git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim

download the rust-analyzer

rustup component add rust-analyzer