My configurations for neovim.
WSL2.
==== Attention ====== Please put this files to your directory
~/.config/nvim/
Or just copy and paste the following command line
cd ~/.config/ && git clone --branch 'main' git@github.com:Sunbuyu/nvim_config.git && mv nvim_config nvim
Then, install packer.nvim manually.
Finally, enter nvim and run command :PackerSync
.
Download the package named foo.nvim
and put that plugin into path
~/.config/nvim/pack/FOOBAR/start/
or ~/.local/share/nvim/site/pack/FOOBAR/start/
.
Replace FOOBAR
with any directory name you choose.
Thanks Vim! You can refer to the page here.