Adds spandex to nvimrc
This commit is contained in:
parent
a4167b71b1
commit
bc7c90245f
1
init.vim
1
init.vim
|
@ -22,6 +22,7 @@ Plug 'digitaltoad/vim-pug'
|
||||||
Plug 'racer-rust/vim-racer'
|
Plug 'racer-rust/vim-racer'
|
||||||
Plug 'tpope/vim-abolish'
|
Plug 'tpope/vim-abolish'
|
||||||
Plug 'rust-lang/rust.vim'
|
Plug 'rust-lang/rust.vim'
|
||||||
|
Plug 'rust-spandex/spandex.vim'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" Line numbers and syntaxic coloration
|
" Line numbers and syntaxic coloration
|
||||||
|
|
Loading…
Reference in New Issue