Compare commits
No commits in common. "0432585de02e818e037a37a14fc9c618481ee96f" and "4bc374c6400bc617fb4cd3a557887159ca183da8" have entirely different histories.
0432585de0
...
4bc374c640
8
vimrc
8
vimrc
@ -42,9 +42,7 @@ Plug 'sbdchd/neoformat'
|
||||
|
||||
" scm
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'tpope/vim-rhubarb'
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
Plug 'tommcdo/vim-fubitive'
|
||||
|
||||
" local_vimrc
|
||||
Plug 'LucHermitte/lh-vim-lib'
|
||||
@ -105,7 +103,7 @@ Plug 'Twinside/vim-hoogle', { 'for': 'haskell' }
|
||||
" Plug 'guns/vim-sexp', {'for': 'clojure'}
|
||||
" Plug 'tpope/vim-sexp-mappings-for-regular-people', {'for': 'clojure'}
|
||||
" Plug 'kovisoft/paredit', {'for': 'clojure'}
|
||||
Plug 'luochen1990/rainbow', { 'for': ['clojure', 'haskell', 'python'] }
|
||||
Plug 'luochen1990/rainbow', { 'for': ['clojure', 'haskell'] }
|
||||
" Plug 'typedclojure/vim-typedclojure', {'for': 'clojure'}
|
||||
" heavy clojurescript
|
||||
" Plug 'tpope/vim-classpath', { 'for': 'clojure' }
|
||||
@ -133,9 +131,6 @@ Plug 'pangloss/vim-javascript', { 'for': 'javascript' }
|
||||
Plug 'icedwater/vimpython', { 'for': 'python' }
|
||||
Plug 'zchee/deoplete-jedi', { 'for': 'python' }
|
||||
Plug 'davidhalter/jedi-vim', { 'for': 'python' }
|
||||
Plug 'manicmaniac/coconut.vim'
|
||||
Plug 'alfredodeza/pytest.vim'
|
||||
Plug 'idanarye/vim-vebugger', { 'for': 'python' }
|
||||
|
||||
" scala
|
||||
Plug 'derekwyatt/vim-scala', { 'for': 'scala' }
|
||||
@ -156,7 +151,6 @@ if has("nvim")
|
||||
Plug 'iCyMind/NeoSolarized'
|
||||
endif
|
||||
Plug 'noahfrederick/vim-hemisu'
|
||||
Plug 'morhetz/gruvbox'
|
||||
|
||||
" unmanaged
|
||||
Plug '~/.vim/unmanaged-vim-plug/bufonly'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user