Skip to content

Joreh-T/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim config based on LazyVim 💤

Install latest Neovim

  1. sudo apt remove neovim
  2. wget https://github.com/neovim/neovim/releases/download/vx.x.x/nvim-linux64.tar.gz, 选择相应Neovim版本vx.x.x和系统版本
  3. mv nvim-linux64.tar.gz ~/.local/bin, 建议放到这个路径下
  4. tar xzvf nvim-linux64.tar.gz
  5. rm -rf nvim-linux64.tar.gz
  6. cd /usr/bin
  7. ln -s ~/.local/bin/nvim-linux64/bin/nvim nvim, 创建一个符号链接到/usr/bin或其他已在PATH中的目录

About

Neovim Config Base On LazyVim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages