aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
Commit message (Collapse)AuthorAgeFilesLines
* Add replace_operator.vim plugin and configTom Ryder2018-08-221-0/+3
|
* Spin equalalways_resized.vim into its own distTom Ryder2018-08-161-0/+3
|
* Spin foldlevelstart_stdin.vim into its own distTom Ryder2018-08-161-0/+3
|
* Spin out scroll_next.vim into its own distTom Ryder2018-08-161-0/+3
|
* Spin out vertical_region.vim into submoduleTom Ryder2018-08-101-0/+3
|
* Remove markdown_autoformat.vim ftpluginTom Ryder2018-08-051-3/+0
| | | | It's pretty clumsy and doesn't really work that well.
* Spin cursorline_current.vim out into pluginTom Ryder2018-08-041-0/+3
|
* Spin quickfix_auto_open.vim out into a pluginTom Ryder2018-07-241-0/+3
|
* Spin out colon_operator.vim plugin into submoduleTom Ryder2018-07-241-0/+3
|
* Update and rename toggle_option_flags.vim pluginTom Ryder2018-07-191-3/+3
|
* Scrap auto_cache_dirs plugin for a new approachTom Ryder2018-07-181-3/+0
| | | | | | | | Trying this instead; creating the relevant directories at install time. Also putting all three under one "cache" subdir of ~/.vim or ~/vimfiles. I'm not sure this is actually better, but I do like that the relevant options are now set in the .vimrc rather than in a plugin, so I guess we'll see.
* Spin shebang_create_exec.vim into own distributionTom Ryder2018-07-171-0/+3
|
* Adjust formatting of .gitmodulesTom Ryder2018-07-171-6/+6
| | | | I forgot to check this after I added the last two plugins.
* Spin off vimrc_reload_filetype.vimTom Ryder2018-07-141-0/+3
|
* Add and configure digraph_search.vim pluginTom Ryder2018-07-141-0/+3
|
* Remove fixed_join.vim pluginTom Ryder2018-07-121-3/+0
| | | | | | From discussion with nickspoon; let's try out using the jump-to-join default behaviour for a little while, and use gq motions instead for formatting prose.
* Spin off Vim Perl version bump into ftpluginTom Ryder2018-07-041-0/+3
|
* Add insert_cancel.vim plugin and configurationTom Ryder2018-07-021-0/+3
|
* Add insert_timeout.vim pluginTom Ryder2018-06-301-0/+3
|
* Add cmdwin_ctrlc Vim pluginTom Ryder2018-06-301-0/+3
|
* 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
|