Skip to content

jyf111/neovim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom configuration based on NvChad.

Screenshots

nvim dash

nvim startup time

nvim cpp

Install

  1. install newest Neovim (current 0.10.0)
curl -LO https://github.com/neovim/neovim/releases/download/v0.10.0/nvim.appimage
chmod u+x nvim.appimage
./nvim.appimage --appimage-extract
./squashfs-root/AppRun --version
sudo mv squashfs-root /
sudo ln -s /squashfs-root/AppRun /usr/local/bin/nvim
rm ./nvim.appimage
  1. download custom configs
git clone https://github.com/jyf111/neovim-config ~/.config/nvim --depth 1
  1. LSP server dependencies
sudo apt install python3-venv luarocks
  1. mappings
NvCheatsheet

Extra plugins

Lang

Editor

Tool

UI

Uninstall

# rm neovim
sudo rm /usr/local/bin/nvim
sudo rm -rf /squashfs-root/
# rm configs
rm -rf $HOME/.config/nvim
rm -rf $HOME/.local/state/nvim
rm -rf $HOME/.local/share/nvim

About

Neovim configuration based on NvChad

Resources

License

Stars

Watchers

Forks

Languages