Change docs to reflect vim-plug swap
This commit is contained in:
parent
e524fe599d
commit
8acf1cb8e3
@ -3,7 +3,5 @@
|
|||||||
My basic vim setup.
|
My basic vim setup.
|
||||||
The instructions need to be updated after some trial and error.
|
The instructions need to be updated after some trial and error.
|
||||||
|
|
||||||
Debating on seeing if I can avoid Vundle.
|
|
||||||
|
|
||||||
I'm thinking I should prolly include the plugins via this repo
|
I'm thinking I should prolly include the plugins via this repo
|
||||||
instead of having to go deal with everything in the instructions.
|
instead of having to go deal with everything in the instructions.
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
Install vim
|
Install vim
|
||||||
Install vundle
|
Install vim-plug
|
||||||
Install Coc
|
|
||||||
Hopefully I backed up my config, if not, oh well.
|
run :PlugInstall
|
||||||
|
|
||||||
CocInstall coc-html coc-css coc-python coc-marketplace coc-java
|
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
|
||||||
@ -9,7 +10,6 @@ vim /usr/share/vim/vim81/ftplugin/python.vim
|
|||||||
(I don't care for tabs being forced into spaces)
|
(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
|
;;; Install comment plugin
|
||||||
mkdir -p ~/.vim/pack/tpope/start
|
mkdir -p ~/.vim/pack/tpope/start
|
||||||
cd ~/.vim/pack/tpope/start
|
cd ~/.vim/pack/tpope/start
|
||||||
|
Loading…
x
Reference in New Issue
Block a user