From e70cd87cc013347dca618abec9fcb216a4c1aea8 Mon Sep 17 00:00:00 2001 From: Logen Kain Date: Tue, 26 Jan 2021 15:50:01 -0500 Subject: [PATCH] update --- settingUpVim.txt | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/settingUpVim.txt b/settingUpVim.txt index e7477ca..82a692e 100644 --- a/settingUpVim.txt +++ b/settingUpVim.txt @@ -1,17 +1,9 @@ Install vim -Install vim-plug - -run :PlugInstall - -CocInstall coc-html coc-css coc-python coc-marketplace coc-java +Install vundle +Install Coc +Hopefully I backed up my config, if not, oh well. +CocInstall coc-html coc-css coc-python coc-marketplace coc-clangd 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