Here are my customized configs
-
Install vim-plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
-
Install Kite for Vim
bash -c "$(wget -q -O - https://linux.kite.com/dls/linux/current)"
-
CoC:
- Install coc-emmet, coc-clangd, coc-tsserver, coc-html
:CocInstall coc-emmet coc-clangd coc-tsserver
- Install coc-emmet, coc-clangd, coc-tsserver, coc-html
- Download git files
curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash
- Install w3m for web search from terminal
sudo apt-get install w3m w3m-image