Add comment plugin instructions

This commit is contained in:
Logen Kain 2020-11-18 12:12:01 -05:00
parent 4b23c16e11
commit dfda15cb9a

View File

@ -2,8 +2,16 @@ Install vim
Install vundle Install vundle
Install Coc Install Coc
Hopefully I backed up my config, if not, oh well. Hopefully I backed up my config, if not, oh well.
CocInstall coc-html coc-css coc-python coc-marketplace CocInstall coc-html coc-css coc-python coc-marketplace coc-java
vim /usr/share/vim/vim81/ftplugin/python.vim vim /usr/share/vim/vim81/ftplugin/python.vim
Comment out the tab stuff so it doesn't fuck up my tab setup Comment out the tab stuff so it doesn't fuck up my tab setup
(I don't care for tabs being forced into spaces)
use pip3 to install and updated jedi use pip3 to install and updated jedi
;;; Install comment plugin
mkdir -p ~/.vim/pack/tpope/start
cd ~/.vim/pack/tpope/start
git clone https://tpope.io/vim/commentary.git
vim -u NONE -c "helptags commentary/doc" -c q