Note: You can download Vim's Sources here https://github.com/vim/vim, and follow these instructions: https://github.com/ycm-core/YouCompleteMe/wiki/Building-Vim-from-source
- Download ".vimrc"
- Installation instructions here: https://github.com/VundleVim/Vundle.vim#about
- execute
sudo apt install exuberant-ctags
- execute
brew install ctags
Note: if you find that when pressing "F8" throws an error about the path you should change the following in ~/.vimrc
:
let g:tagbar_ctags_bin = '/path/to/ctags_or_exuberant-ctags'
- Follow these instructions https://github.com/neoclide/coc.nvim/wiki/Install-coc.nvim
- Open '.vimrc' and execute
:PluginInstall
- Follow the next link to install
coc
extensions https://github.com/neoclide/coc.nvim/wiki/Using-coc-extensions#install-extensions
After installation of a particular extension, if you need it to behave different than default you can customize it.
- Open Vim and execute
:CocConfig
this will create the necessary~/.config/nvim/coc-settings.json
- Add any custom configuration to this file check this link for reference: https://github.com/pappasam/coc-jedi#configuration