|
|
|
@ -12,12 +12,12 @@ call plug#begin('~/.vim/plugged')
|
|
|
|
|
|
|
|
|
|
Plug 'SirVer/ultisnips'
|
|
|
|
|
Plug 'editorconfig/editorconfig-vim'
|
|
|
|
|
Plug 'fatih/vim-go', { 'tag': 'v1.20' }
|
|
|
|
|
Plug 'fatih/vim-go', { 'tag': 'v1.21' }
|
|
|
|
|
Plug 'hashivim/vim-hashicorp-tools'
|
|
|
|
|
Plug 'prettier/vim-prettier', { 'tag': '0.2.7' }
|
|
|
|
|
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
|
|
|
|
|
Plug 'vim-scripts/CSApprox'
|
|
|
|
|
Plug 'w0rp/ale', { 'tag': '2.5.0' }
|
|
|
|
|
Plug 'dense-analysis/ale', { 'tag': 'v2.6.0' }
|
|
|
|
|
Plug 'rust-lang/rust.vim'
|
|
|
|
|
Plug 'pangloss/vim-javascript'
|
|
|
|
|
Plug 'tpope/vim-surround'
|
|
|
|
|