Install nodejs for coc.nvim: https://nodejs.org/en/download/package-manager
sudo apt install universal-ctags
sudo apt install clangd
bash install.sh
this script will backup your existing Vim configurations and create a symbolic link to the new ones.
Open Vim and execute the following commands within Vim to reinstall Vim plugins and Coc plugins.
:PlugInstall
:CocInstall coc-clangd
- http://oenhan.com/vim8-c-ide-plugin-vimrc
- https://github.com/oenhan/vim
- https://github.com/amix/vimrc/blob/master/vimrcs/basic.vim
- https://github.com/universal-ctags/ctags
- https://www.gnu.org/software/global
- https://cscope.sourceforge.net