Plugin for mp3 meta data
This commit is contained in:
parent
e53347d6f9
commit
cc124f93c6
1 changed files with 3 additions and 2 deletions
|
@ -11,9 +11,10 @@ Plug 'carlitux/deoplete-ternjs', { 'do': 'npm install tern'}
|
||||||
Plug 'tbodt/deoplete-tabnine', { 'do': './install.sh' }
|
Plug 'tbodt/deoplete-tabnine', { 'do': './install.sh' }
|
||||||
Plug 'terryma/vim-multiple-cursors'
|
Plug 'terryma/vim-multiple-cursors'
|
||||||
" Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
|
" Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
|
||||||
Plug 'ndmitchell/ghcid', { 'rtp': 'plugins/nvim' }
|
" Plug 'ndmitchell/ghcid', { 'rtp': 'plugins/nvim' }
|
||||||
Plug 'luochen1990/rainbow'
|
Plug 'luochen1990/rainbow'
|
||||||
Plug 'wlangstroth/vim-racket'
|
" Plug 'wlangstroth/vim-racket'
|
||||||
|
Plug 'AndrewRadev/id3.vim'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
let g:deoplete#enable_at_startup = 1
|
let g:deoplete#enable_at_startup = 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue