Sunbuyu / nvim_config

My configurations for neovim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim_config

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.

Update: install plugins manually

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.

About

My configurations for neovim.

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%