neovim config based LazyVim for myself.
# backup your neovim config
mv ~/.config/nvim ~/.config/nvim-backup
# clone my config
git clone https://github.com/liaohui5/nvim.git ~/.config/nvim
some action may fail to execution, so, must be execute by manual
If you don't want to them, you can disabled them, and skip the step
- install cmp-tabnine local server
cd ~/.local/share/nvim/lazy/cmp-tabnine
chmod +x ./install
./install
- install markdown-preview dependences
cd ~/.local/share/nvim/lazy/markdown-preview.nvim/app
npm install # please install node.js first