Compare commits
2 Commits
09117c38ad
...
8acf1cb8e3
Author | SHA1 | Date | |
---|---|---|---|
8acf1cb8e3 | |||
e524fe599d |
23
.vimrc
23
.vimrc
@ -1,20 +1,9 @@
|
||||
""" For Vundle
|
||||
set nocompatible " be iMproved, required
|
||||
filetype off " required
|
||||
|
||||
" set the runtime path to include Vundle and initialize
|
||||
set rtp+=~/.vim/bundle/vundle/
|
||||
call vundle#rc()
|
||||
" alternatively, pass a path where Vundle should install bundles
|
||||
"let path = '~/some/path/here'
|
||||
"call vundle#rc(path)
|
||||
|
||||
" let Vundle manage Vundle, required
|
||||
Bundle 'gmarik/vundle'
|
||||
Bundle 'zah/nim.vim'
|
||||
Bundle 'scrooloose/syntastic'
|
||||
|
||||
filetype plugin indent on " required
|
||||
""" vim-plug
|
||||
call plug#begin('~/.vim/my-plugs')
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
Plug 'zah/nim.vim'
|
||||
Plug 'scrooloose/syntastic'
|
||||
call plug#end()
|
||||
|
||||
""" For COC
|
||||
|
||||
|
@ -3,7 +3,5 @@
|
||||
My basic vim setup.
|
||||
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
|
||||
instead of having to go deal with everything in the instructions.
|
||||
|
@ -1,7 +1,8 @@
|
||||
Install vim
|
||||
Install vundle
|
||||
Install Coc
|
||||
Hopefully I backed up my config, if not, oh well.
|
||||
Install vim-plug
|
||||
|
||||
run :PlugInstall
|
||||
|
||||
CocInstall coc-html coc-css coc-python coc-marketplace coc-java
|
||||
|
||||
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)
|
||||
use pip3 to install and updated jedi
|
||||
|
||||
|
||||
;;; Install comment plugin
|
||||
mkdir -p ~/.vim/pack/tpope/start
|
||||
cd ~/.vim/pack/tpope/start
|
||||
|
Loading…
x
Reference in New Issue
Block a user