[vim] dumped submodules in favor of vim-plug

Hoping I did this correctly.
This commit is contained in:
Josh Sherman 2017-08-08 11:35:34 -05:00
parent 127e49222a
commit 8b0c00e621
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
30 changed files with 32 additions and 108 deletions

@ -1 +0,0 @@
Subproject commit 787662fe90cd057942bc5b682fd70c87e1a9dd77

@ -1 +0,0 @@
Subproject commit 7fa89fec125ce60a341f7c37dd769a8a31c49359

@ -1 +0,0 @@
Subproject commit 632e9699954fbda5f80dfaa489eae1531da79810

@ -1 +0,0 @@
Subproject commit 110513dc9eb3ab5408d242a4b4b7674eadc90828

@ -1 +0,0 @@
Subproject commit ced6c409c9beeb0b4142d21906606bd194411d1d

@ -1 +0,0 @@
Subproject commit 8dffab7043185482414ac9c4d7041e26d77cb898

@ -1 +0,0 @@
Subproject commit 17b8b86a36e4cbb9aab3e26fa2a5c2df63ad3484

@ -1 +0,0 @@
Subproject commit 4461789d02f81fd328afbdf27d6404b6c763c25f

@ -1 +0,0 @@
Subproject commit cdaa5c27c5a7f8b08a43d0b2e65929512299e33a

@ -1 +0,0 @@
Subproject commit 53a3db5e3bfbafb660ebbdbc8210e3b30cb60c10

@ -1 +0,0 @@
Subproject commit 8c74564396e368788a5cb901b0e8017a3166cee9

@ -1 +0,0 @@
Subproject commit 0c5612fa31ee434ba055e21c76f456244b3b5109

@ -1 +0,0 @@
Subproject commit 651fd010aa9613a4b8636a4af8a2db0d22800262

@ -1 +0,0 @@
Subproject commit aace5c23d812a205c93e87ff79df72d9366928df

@ -1 +0,0 @@
Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21

@ -1 +0,0 @@
Subproject commit 796c321b9d6825c9695159ff69e4a9daa1586bff

@ -1 +0,0 @@
Subproject commit 966513543de0ddc2d673b5528a056269e7917276

@ -1 +0,0 @@
Subproject commit 018298ead9d3aa9cd3b4ae222f81022a33978b09

@ -1 +0,0 @@
Subproject commit 1d93f47eb4635a09f8b16e317ad65c98af2ee2cc

@ -1 +0,0 @@
Subproject commit 742f55bf12f0904267ca9245fdd0891a188c65fc

@ -1 +0,0 @@
Subproject commit 8485126c5a415606ecf3b54c659b834e939f620c

@ -1 +0,0 @@
Subproject commit 6e818d5614d5fc18d95a48c92b89e6db39f9e3d6

@ -1 +0,0 @@
Subproject commit d1c983f3dd9a159c128c5192062caf7d47fd0f14

@ -1 +0,0 @@
Subproject commit 2d70860ba49afc83cb5902acb99174e3cf08538d

@ -1 +0,0 @@
Subproject commit b8c340daf084f243a487f8853a0984504909dfda

@ -1 +0,0 @@
Subproject commit 876f0bd2a7296c985fc9e68e23495621c1c554e1

@ -1 +0,0 @@
Subproject commit 826e75dc0954ccabf24f933237fcb697e453bdd8

2
vim/plugged/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*
!.gitignore

View file

@ -69,6 +69,36 @@ set directory=~/.vim/swap//,/tmp
set undodir=~/.vim/undo//,/tmp
set undofile
call plug#begin('~/.vim/plugged')
Plug 'altercation/vim-colors-solarized'
Plug 'bling/vim-bufferline'
Plug 'cakebaker/scss-syntax.vim'
Plug 'ctrlpvim/ctrlp.vim'
Plug 'dietsche/vim-lastplace'
Plug 'ervandew/supertab'
Plug 'evanmiller/nginx-vim-syntax'
Plug 'garbas/vim-snipmate'
Plug 'groenewege/vim-less'
Plug 'hail2u/vim-css3-syntax'
Plug 'henrik/vim-indexed-search'
Plug 'honza/vim-snippets'
Plug 'ingydotnet/yaml-vim'
Plug 'jimmyhchan/dustjs.vim'
Plug 'joshtronic/php.vim'
Plug 'kchmck/vim-coffee-script'
Plug 'MarcWeber/vim-addon-mw-utils'
Plug 'mustache/vim-mustache-handlebars'
Plug 'nathanaelkane/vim-indent-guides'
Plug 'pangloss/vim-javascript'
Plug 'scrooloose/syntastic'
Plug 'terryma/vim-expand-region'
Plug 'tmux-plugins/vim-tmux'
Plug 'tomtom/tlib_vim'
Plug 'vim-scripts/Align'
Plug 'vim-scripts/matchit.zip'
Plug 'wikitopian/hardmode'
call plug#end()
filetype plugin indent on
syntax enable