my-vim/settingUpVim.txt

18 lines
486 B
Plaintext
Raw Normal View History

2020-11-18 11:21:13 -05:00
Install vim
2020-11-24 22:47:08 -05:00
Install vim-plug
run :PlugInstall
2020-11-18 12:12:01 -05:00
CocInstall coc-html coc-css coc-python coc-marketplace coc-java
2020-11-18 11:21:13 -05:00
vim /usr/share/vim/vim81/ftplugin/python.vim
Comment out the tab stuff so it doesn't fuck up my tab setup
2020-11-18 12:12:01 -05:00
(I don't care for tabs being forced into spaces)
2020-11-18 11:21:13 -05:00
use pip3 to install and updated jedi
2020-11-18 12:12:01 -05:00
;;; 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