vim: Add plugins
This commit is contained in:
parent
e238cdfad2
commit
238f7bed4f
|
@ -1,5 +1,6 @@
|
|||
call plug#begin('~/.config/nvim/plugged')
|
||||
Plug 'arcticicestudio/nord-vim'
|
||||
Plug 'christoomey/vim-sort-motion'
|
||||
Plug 'christoomey/vim-tmux-navigator'
|
||||
Plug 'editorconfig/editorconfig-vim'
|
||||
Plug 'jiangmiao/auto-pairs'
|
||||
|
@ -12,6 +13,7 @@ Plug 'phpactor/phpactor', {'for': 'php', 'tag': '*', 'do': 'composer install --n
|
|||
Plug 'preservim/nerdcommenter'
|
||||
Plug 'preservim/nerdtree'
|
||||
Plug 'sheerun/vim-polyglot'
|
||||
Plug 'tpope/vim-surround'
|
||||
Plug 'vim-airline/vim-airline'
|
||||
call plug#end()
|
||||
|
||||
|
|
Loading…
Reference in a new issue