diff options
author | Chris <[email protected]> | 2020-04-23 22:44:32 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-23 22:44:32 -0400 |
commit | 29b0a5c47862f387c5905a85d2c03e056003b915 (patch) | |
tree | 7b8e4c064e9285f685a9e1c14d00e5d9c81b117c /vim-plug/plugins.vim | |
parent | 6f4727d620f50e31f5043f33b6bccd86c8d73972 (diff) |
auto push
Diffstat (limited to 'vim-plug/plugins.vim')
-rw-r--r-- | vim-plug/plugins.vim | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vim-plug/plugins.vim b/vim-plug/plugins.vim new file mode 100644 index 00000000..fcab89ea --- /dev/null +++ b/vim-plug/plugins.vim @@ -0,0 +1,10 @@ +call plug#begin('~/.config/nvim/autoload/plugged') + + " Better Syntax Support + Plug 'sheerun/vim-polyglot' + " File Explorer + Plug 'scrooloose/NERDTree' + " Auto pairs for '(' '[' '{' + Plug 'jiangmiao/auto-pairs' + +call plug#end() |