diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2019-12-29 11:38:30 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2019-12-29 11:38:30 -0500 |
| commit | f2dbe2a9ded5b3536b01b7935a4a6462628c9fbf (patch) | |
| tree | c297778fb608b6c61b49118a44c10d1e62130a15 | |
| parent | aa17324df14ef08d99cd244138fb2f5a2c422134 (diff) | |
| download | vim-cfg-f2dbe2a9ded5b3536b01b7935a4a6462628c9fbf.tar.gz vim-cfg-f2dbe2a9ded5b3536b01b7935a4a6462628c9fbf.tar.xz | |
Update some plugins, add a few more.
| -rw-r--r-- | .gitmodules | 15 | ||||
| -rw-r--r-- | init.vim | 20 | ||||
| m--------- | pack/plugins/start/commentary | 0 | ||||
| m--------- | pack/plugins/start/jsx | 0 | ||||
| m--------- | pack/plugins/start/nerdtree | 0 | ||||
| m--------- | pack/plugins/start/syntastic | 0 | ||||
| m--------- | pack/plugins/start/tabular | 0 | ||||
| m--------- | pack/plugins/start/vim-airline | 0 | ||||
| m--------- | pack/plugins/start/vim-airline-themes | 0 | ||||
| m--------- | pack/plugins/start/vim-autocomplpop | 0 | ||||
| m--------- | pack/plugins/start/vim-go | 0 |
11 files changed, 31 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index d3b1c20..17a5161 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,9 +25,6 @@ [submodule "pack/plugins/start/l9"] path = pack/plugins/start/l9 url = https://git.riedstra.us/vim/vim-l9.git -[submodule "pack/plugins/start/vim-autocomplpop"] - path = pack/plugins/start/vim-autocomplpop - url = https://git.riedstra.us/vim/vim-autocomplpop.git [submodule "pack/themes/start/mitch"] path = pack/themes/start/mitch url = https://git.riedstra.us/vim/mitch.git @@ -40,3 +37,15 @@ [submodule "pack/plugins/start/vim-hardtime"] path = pack/plugins/start/vim-hardtime url = https://github.com/takac/vim-hardtime +[submodule "pack/plugins/start/syntastic"] + path = pack/plugins/start/syntastic + url = https://github.com/scrooloose/syntastic +[submodule "pack/plugins/start/jsx"] + path = pack/plugins/start/jsx + url = https://github.com/MaxMEllon/vim-jsx-pretty +[submodule "pack/plugins/start/tabular"] + path = pack/plugins/start/tabular + url = https://github.com/godlygeek/tabular +[submodule "pack/plugins/start/commentary"] + path = pack/plugins/start/commentary + url = https://github.com/tpope/vim-commentary @@ -33,5 +33,23 @@ set guifont=ProFont\ 11 " endif - " let g:hardtime_default_on = 1 + + +" For syntastic it's worth running +" SyntasticInfo : to see what's available for the given open file +" SyntasticCheck yamllint : if you want to say manually run the `yamllint` +" checker + +let g:syntastic_yaml_checkers = ['yamllint'] + +" This lets :lopen / :lwindow always be populated work +let g:syntastic_always_populate_loc_list = 1 + + +" some info on the Tabular plugin: +" http://vimcasts.org/episodes/aligning-text-with-tabular-vim/ + + +" Commenting in and out blocks can be done with `gc` +" https://github.com/tpope/vim-commentary diff --git a/pack/plugins/start/commentary b/pack/plugins/start/commentary new file mode 160000 +Subproject f8238d70f873969fb41bf6a6b07ca63a4c0b82b diff --git a/pack/plugins/start/jsx b/pack/plugins/start/jsx new file mode 160000 +Subproject 838cfce82df8cf99df5e3a200ad23f6c0f02755 diff --git a/pack/plugins/start/nerdtree b/pack/plugins/start/nerdtree -Subproject fec3e57ad23e4c268d07181d6afb858925b647a +Subproject 1ab85e33bef8763a618c505ee5a0611519f81e5 diff --git a/pack/plugins/start/syntastic b/pack/plugins/start/syntastic new file mode 160000 +Subproject 767b4f3b3ed9567c13568b9eff1b302638abedd diff --git a/pack/plugins/start/tabular b/pack/plugins/start/tabular new file mode 160000 +Subproject 339091ac4dd1f17e225fe7d57b48aff55f99b23 diff --git a/pack/plugins/start/vim-airline b/pack/plugins/start/vim-airline -Subproject f2241b61b2aded65d76a59be400b2cc6c3efa4d +Subproject d199186df0340339cf2daaa32316ba959926fad diff --git a/pack/plugins/start/vim-airline-themes b/pack/plugins/start/vim-airline-themes -Subproject 650701f08fa49abca607f5a69ddf0a8157bcd8c +Subproject 44b69dcabdd0206ab39e2d09f45472c4947af5e diff --git a/pack/plugins/start/vim-autocomplpop b/pack/plugins/start/vim-autocomplpop deleted file mode 160000 -Subproject e4b418d53018dab2c6a7ea2bf6bebd43727705c diff --git a/pack/plugins/start/vim-go b/pack/plugins/start/vim-go -Subproject dfa71c91286d796c3f775efe3c8c79728938241 +Subproject 5f2a4786474b9c3bdd0c4c04df6e75fdab83080 |
