aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
Commit message (Collapse)AuthorAgeFilesLines
* Spin Vim HTML lang switching out into pluginTom Ryder2022-05-091-0/+3
|
* Update submodule URLsTom Ryder2021-07-021-37/+37
|
* Spin put_date.vim out into its own pluginTom Ryder2020-05-311-0/+3
|
* Spin detect_indent.vim out into its own pluginTom Ryder2020-05-301-0/+3
|
* Rename undoskip.vim plugin to undofileskip.vimTom Ryder2020-05-061-3/+3
|
* Spin undoskip.vim out into its own repositoryTom Ryder2020-05-051-0/+3
|
* Spin spellfile_local plugin out into new pluginTom Ryder2019-12-191-0/+3
|
* Spin scratch_buffer.vim plugin into a distTom Ryder2019-07-241-0/+3
|
* Spin alternate_filetypes.vim plugin into a distTom Ryder2019-07-231-0/+3
|
* Spin out select_old_files.vim into distroTom Ryder2019-06-211-0/+3
|
* Spin off paste_insert.vim into distributionTom Ryder2019-06-191-0/+3
|
* Use tabs for Git configuration filesTom Ryder2019-06-141-58/+58
| | | | | The frontend tools use tabs, and it's probably best not to fight them on it.
* Fix layout of vim-keep-position submodule configTom Ryder2019-06-141-3/+3
|
* Replace and refactor Vim paste pluginsTom Ryder2019-06-141-3/+0
|
* Inline scroll_next.vim pluginTom Ryder2019-06-111-3/+0
| | | | It's just one line, and not very complicated. A plugin is overkill.
* Add vim-keep-position v0.1.0Tom Ryder2019-06-031-0/+3
|
* Add vim-write-mkpath v0.1.0Tom Ryder2019-05-301-0/+3
|
* Remove vim-cmdwin-ctrlc pluginTom Ryder2019-05-291-3/+0
| | | | I'm not using it.
* Remove vim-uncap-ex pluginTom Ryder2019-05-291-3/+0
| | | | | It's long for what it does, and most of it doesn't get used. It's also maybe not the best idea to "teach the mistake".
* Move shebang change filetype hooks into pluginTom Ryder2019-05-211-0/+3
|
* Add regex_escape.vim pluginTom Ryder2018-12-291-0/+3
|
* Remove repeat.vim and surround.vimTom Ryder2018-12-261-11/+3
| | | | | | Getting in the habit of using , and ; properly. This is the last of the third-party code in my ~/.vim!
* Spin out repeated blank lines map to new pluginTom Ryder2018-08-301-0/+3
|
* 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.