aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
Commit message (Collapse)AuthorAgeFilesLines
* Use ftplugins for filetype mappings insteadTom Ryder2018-06-291-3/+0
|
* Rearrange .gitmodules a bitTom Ryder2018-06-281-9/+11
|
* Add and configure make_target.vim ftpluginTom Ryder2018-06-281-0/+3
|
* Add and apply new clear_local_maps.vim pluginTom Ryder2018-06-251-0/+3
|
* Add diff_prune.vim ftpluginTom Ryder2018-06-251-0/+3
|
* Add new vim_paste_open plugin and needed bindingsTom Ryder2018-06-211-0/+3
|
* Replace mail_mutt.vim with mim(1df)Tom Ryder2018-06-071-3/+0
| | | | Way better, and more generally useful.
* Factor out password redaction into new pluginTom Ryder2018-06-061-0/+3
|
* Spin off markdown_autoformat as its own distroTom Ryder2018-06-051-0/+3
|
* Remove abolish.vim and commentary.vimTom Ryder2018-06-021-6/+0
| | | | Not using them much if at all anymore.
* Remove unimpaired.vimTom Ryder2018-06-021-3/+3
| | | | | | Replace it with new plugin put_blank_lines.vim and new mappings to cycle between open buffers: the only features from the plugin that I actually use in recent memory.
* Merge auto_*dir.vim plugins into one, spun outTom Ryder2018-05-311-0/+3
| | | | Functionality merged into new plugin auto_cache_dir.vim.
* Spin off command_typos Vim pluginTom Ryder2018-05-311-0/+3
| | | | Renamed as uncap_ex.vim.
* Spin off big_file_options Vim pluginTom Ryder2018-05-311-0/+3
|
* Spin off strip_trailing_whitespace Vim pluginTom Ryder2018-05-311-0/+3
|
* Spin off mail_mutt Vim pluginTom Ryder2018-05-311-0/+3
|
* Spin off copy_linebreak Vim pluginTom Ryder2018-05-311-0/+3
|
* Separate plugins from colorschemesTom Ryder2018-05-301-3/+5
|
* Spin off toggle_option_flag Vim pluginTom Ryder2018-05-301-0/+3
|
* Spin off fixed_join Vim pluginTom Ryder2018-05-301-0/+3
|
* Add some structure to .gitmodulesTom Ryder2018-05-301-9/+12
|
* Spin off insert_suspend_hlsearch Vim pluginTom Ryder2018-05-301-0/+3
|
* Remove vim-lion plugin for nowTom Ryder2018-01-261-3/+0
| | | | | | | | | | | | | | | It doesn't have guards for old Vim, compatibility settings, or repeat-reload checks, which is not very good, and means it spits errors on old Vims about newer constructs like :finally, where all the other plugins are well-behaved. I was going to replace it with vim-easy-align, but that doesn't seem to have a version or compatibility guard either, though it does have a repeat-reload check which means I could probably shoehorn in a version check before loading it, but even that seems a bit gross. So, I might just leave lining things up nicely to the various tidy scripts. Let's see how much I miss it.
* Remove Pathogen from Vim setupTom Ryder2018-01-231-3/+0
| | | | | | | Given that all of this is installed rather than symbolically linked, there's not really any harm following the old mixed ~/.vim layout for plugins. It's one less dependency and it makes the setup quite a bit less complicated.
* Update submodule pathsTom Ryder2017-11-271-2/+2
| | | | | Renamed two of my Vim submodules with the usual "vim-" prefix; this avoids the 301 HTTP redirect.
* Remove vim/bundle/html5 submoduleTom Ryder2017-11-041-3/+0
| | | | It's good, but better installed on specific machines.
* Remove vim/bundle/targets submoduleTom Ryder2017-11-041-3/+0
| | | | It looks cool, but I'm not using it.
* Remove Nagios and Tmux submodulesTom Ryder2017-06-151-6/+0
| | | | | | Would be better to make this a rebased branch, if I version it at all really. No sense slowing Vim startup down a bit and making things complex for software that's only on a minority of my machines.
* Switch to a maintained tmux Vim pluginTom Ryder2017-06-151-1/+1
| | | | <https://github.com/tmux-plugins/vim-tmux>
* Add submodule with new colorschemeTom Ryder2016-06-291-0/+3
|
* Switch to public clones of Vim submodulesTom Ryder2016-06-211-9/+9
|
* Switch to local versions of my subreposTom Ryder2016-06-101-3/+3
|
* Fix spacingTom Ryder2016-05-161-2/+2
|
* Switch submodules to HTTPSTom Ryder2016-05-161-12/+12
|
* Trying out targets.vimTom Ryder2015-12-101-0/+3
|
* Sort .gitmodulesTom Ryder2015-05-281-21/+21
|
* Remove unused and under-used pluginsTom Ryder2015-05-281-18/+0
| | | | | | | | | | | | | | | Argumentative - never used in production even once CtrlP - used to use, haven't touched in months Exchange - never used in production even once Twig - only needed on one server to edit someone else's code Undotree - used only once for something that should have been in Git anyway Vimperator - almost never used
* Consistent whitespace for .gitmodulesTom Ryder2015-04-021-2/+2
|
* Add configuration for VimperatorTom Ryder2015-02-171-0/+3
| | | | I may have fallen a little bit in love
* Plugin for HTML5 supportTom Ryder2014-12-031-0/+3
|
* Whitespace fix for .gitmodulesTom Ryder2014-12-031-2/+2
|
* Correct choice of submod protocolTom Ryder2014-10-051-1/+1
|
* Drop Tabular for LionTom Ryder2014-10-051-4/+3
|
* No longer need to ignore dirty files in submodsTom Ryder2014-10-031-15/+0
|
* Tidy .gitmodules fileTom Ryder2014-04-281-4/+6
|
* Remove ack(1)Tom Ryder2014-04-261-4/+0
| | | | | I just wasn't using it; not enough advantages over grep(1) with a little BRE reading and some judicious use of find(1)
* Adding exchange.vimTom Ryder2014-03-011-0/+3
|
* Correct module definition for argumentativeTom Ryder2014-01-291-2/+2
|
* Add vim plugin vim-argumentativeTom Ryder2014-01-291-0/+3
| | | | Allows treating arguments as text objects with , as the object key
* Remove markdown pluginTom Ryder2013-10-121-4/+0
| | | | | Vim 7.4 includes a recent version of the Markdown filetype plugin with the things I was avoiding fixed, so this should no longer be needed.