Removes for
This commit is contained in:
parent
4ecae0f5ca
commit
ed841d25f0
16
init.vim
16
init.vim
|
@ -22,22 +22,22 @@ Plug 'tpope/vim-abolish'
|
||||||
" Language specific plugins
|
" Language specific plugins
|
||||||
|
|
||||||
" Rust
|
" Rust
|
||||||
Plug 'rust-lang/rust.vim', { 'for': 'rust' }
|
Plug 'rust-lang/rust.vim'
|
||||||
Plug 'racer-rust/vim-racer', { 'for': 'rust' }
|
Plug 'racer-rust/vim-racer'
|
||||||
Plug 'sebastianmarkow/deoplete-rust', { 'for': 'rust' }
|
Plug 'sebastianmarkow/deoplete-rust'
|
||||||
|
|
||||||
" Elm
|
" Elm
|
||||||
Plug 'ElmCast/elm-vim', { 'for': 'elm' }
|
Plug 'ElmCast/elm-vim'
|
||||||
Plug 'antew/vim-elm-language-server', { 'for': 'elm' }
|
Plug 'antew/vim-elm-language-server'
|
||||||
|
|
||||||
" Toml
|
" Toml
|
||||||
Plug 'cespare/vim-toml', { 'for': 'toml' }
|
Plug 'cespare/vim-toml'
|
||||||
|
|
||||||
" Pug
|
" Pug
|
||||||
Plug 'digitaltoad/vim-pug', { 'for': 'pug' }
|
Plug 'digitaltoad/vim-pug'
|
||||||
|
|
||||||
" Spandex
|
" Spandex
|
||||||
Plug 'rust-spandex/spandex.vim', { 'for': 'spandex' }
|
Plug 'rust-spandex/spandex.vim'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue