From dfda15cb9a0639fd977e5fd746603330e3b67f1c Mon Sep 17 00:00:00 2001 From: Logen Kain Date: Wed, 18 Nov 2020 12:12:01 -0500 Subject: [PATCH] Add comment plugin instructions --- settingUpVim.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/settingUpVim.txt b/settingUpVim.txt index 219d6f1..d1c73d7 100644 --- a/settingUpVim.txt +++ b/settingUpVim.txt @@ -2,8 +2,16 @@ Install vim Install vundle Install Coc 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 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 + + +;;; 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