vim config file
very simple just for me
-
cp .vimrc to user dir like /home/xxx;
-
execute
vim -es -u vimrc -i NONE -c "PlugInstall" -c "qa"
; -
nvim.coc config
curl -sL install-node.vercel.app/lts | bash
apt install clangd
apt install llvm
apt install clang
apt install clang-tool
apt install clang-tools
- CocInstall
:CocInstall coc-clangd
:CocInstall coc-git
:CocInstall coc-highlight
:CocInstall coc-jedi
:CocInstall coc-json
:CocInstall coc-sh
:CocInstall coc-syntax