add deoplete and rubocop plugins
deoplete-ruby deoplete-flow vim-rubocop
This commit is contained in:
parent
635c05179b
commit
2b105b18d6
5
init.vim
5
init.vim
@ -90,6 +90,8 @@ Plug 'Rip-Rip/clang_complete', { 'for': ['c', 'cpp'] }
|
|||||||
Plug 'zchee/deoplete-jedi', { 'for': ['python'] }
|
Plug 'zchee/deoplete-jedi', { 'for': ['python'] }
|
||||||
Plug 'eagletmt/neco-ghc', { 'for': ['haskell'] }
|
Plug 'eagletmt/neco-ghc', { 'for': ['haskell'] }
|
||||||
Plug 'racer-rust/vim-racer', { 'for': ['rust'] }
|
Plug 'racer-rust/vim-racer', { 'for': ['rust'] }
|
||||||
|
Plug 'fishbullet/deoplete-ruby', { 'for': ['ruby'] }
|
||||||
|
Plug 'steelsojka/deoplete-flow', { 'for': ['javascript'] }
|
||||||
"let g:racer_cmd = "/usr/bin/racer"
|
"let g:racer_cmd = "/usr/bin/racer"
|
||||||
"let $RUST_SRC_PATH = "/usr/src/rust/src/"
|
"let $RUST_SRC_PATH = "/usr/src/rust/src/"
|
||||||
" <Autocomplete> }}}
|
" <Autocomplete> }}}
|
||||||
@ -179,6 +181,9 @@ Plug 'editorconfig/editorconfig-vim'
|
|||||||
Plug 'tpope/vim-unimpaired'
|
Plug 'tpope/vim-unimpaired'
|
||||||
Plug 'tpope/vim-surround'
|
Plug 'tpope/vim-surround'
|
||||||
Plug 'tpope/vim-commentary'
|
Plug 'tpope/vim-commentary'
|
||||||
|
|
||||||
|
Plug 'ngmy/vim-rubocop'
|
||||||
|
let g:vimrubocop_config = $XDG_CONFIG_HOME . "/rubocop/default-modified.yml"
|
||||||
"Plug 'cohama/lexima.vim'
|
"Plug 'cohama/lexima.vim'
|
||||||
" <Misc> }}}
|
" <Misc> }}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user