Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.13 KB

readme.md

File metadata and controls

48 lines (31 loc) · 1.13 KB

My neovim config

Most of the configuration has already been completed by symlink during the dotfiles installation.

1.Install dependencies

  • linux(For ubuntu, kali-linux)
sudo apt install python3.11-venv # for python-lsp
sudo apt install sed luarocks libsqlite3-dev;luarocks install luacheck # for lua-lsp, luacheck
  • windows
scoop install luacheck

2.Install plugins

  • execute the following $nvim (automatic installation synchronization by the plugin manager) will run for the first time. Keep pressing Enter and wait for the plugin to be installed.
nvim

Licenses

  • This set of codes is written by customizing the following repositories.

We thank you for the very easy-to-use setup.

See licenses by the following links.