A simple vim setup
Installation:
git clone https://github.com/IItsAiden/vim_setup.git ~/vim_setup
chmod +x ~/vim_setup/setup.sh
bash ~/vim_setup/setup.sh
Python is installed by default
To remove it, run the command below inside vim:
:CocUninstall coc-pyright
Or
vim +'CocUninstall coc-pyright'
in the terminal.
Visit https://github.com/neoclide/coc.nvim/wiki/Language-servers for other languages option.