Kevin MacMartin
c1830ac8be
Rename vim-extradite to vim-extradite-tap349 so we aren't conflicting with the old repo
2019-03-25 17:39:21 -04:00
Kevin MacMartin
f7d5677f28
Update to tap349's fork of vim-extradite and finally update vim-fugitive now that extradite supports the updated version
2019-03-25 17:35:04 -04:00
Kevin MacMartin
5343c44763
Replace neocomplete with deoplete
2018-03-13 15:38:03 -04:00
Kevin MacMartin
ae8ba0a227
Replace syntastic with ale
2018-03-13 11:32:04 -04:00
Kevin MacMartin
f9ffbe4e5a
Update submodules and remove vim-bookmarks
2018-03-11 20:08:14 -04:00
Kevin MacMartin
26259e4252
Add the splitjoin plugin
2017-11-22 17:24:13 -05:00
Kevin MacMartin
384549b348
Add cosco.vim to add semicolons or commas to the end of the line based on the lines around it, and hook it up to ;; as a shortcut
2017-11-22 14:42:33 -05:00
Kevin MacMartin
b5b0e57f64
Add the editorconfig-vim plugin
2017-11-08 14:34:23 -05:00
Kevin MacMartin
463cb0680e
Update neocomplcache to neocomplete, add FastFold to help with folds and improve the add/delete-submodule scripts
2016-03-22 12:04:00 -04:00
Kevin MacMartin
33089160ad
Remove vim-autoformat
2016-02-16 13:33:42 -05:00
Kevin MacMartin
d6fbceb200
Update to fork and await vimscripts pulling the request
2014-10-29 06:57:03 -04:00
Kevin MacMartin
9ae53e2270
Remove ReplaceWithRegister to change to my fork until the update is pulled
2014-10-29 06:54:15 -04:00
Kevin MacMartin
f170b77156
Improve organization of colorscheme definitions + add/configure vim-bookmarks
2014-10-28 15:33:37 -04:00
Kevin MacMartin
cdf56f34a0
Add the rename.vim plugin
2014-10-28 14:34:49 -04:00
Kevin MacMartin
7ae3effa06
Added new submodule vim-unimpaired
2014-10-27 14:39:47 -04:00
Kevin MacMartin
24c9f3cb16
Add the patchreview-vim plugin for vimdiff of changes a patch will make
2014-10-21 03:09:43 -04:00
Kevin MacMartin
b334ef1374
Switched to the official incsearch repo and created syntax defs
2014-10-19 14:00:53 -04:00
Kevin MacMartin
70003e79d4
Add incsearch so all matches highlight together, configure plugin to
...
default search keys, and remap clear search to // (search key twice)
2014-10-19 13:12:27 -04:00
Kevin MacMartin
26608e0eee
Display tag information (if available) in the gutter area
2014-08-25 02:38:28 -04:00
Kevin MacMartin
775770c3ee
Configured vimpager to use concealed markdown for reading purposes
2014-07-30 02:34:26 -04:00
Kevin MacMartin
5ded6877c5
Added the tabular plugin and mapped the mkd table format it allows
2014-07-29 03:04:37 -04:00
Kevin MacMartin
667a92e301
Switching to upstream vim-fixkey now that my branch has been pulled
2014-07-28 03:21:22 -04:00
Kevin MacMartin
62fc9ccba4
Switched back upstream for goyo now that it pulled my branch
2014-07-28 03:04:47 -04:00
Kevin MacMartin
ddbc6a71b2
Removing vim-neco-calc as it didn't feel it had enough value-added
2014-07-26 05:06:19 -04:00
Kevin MacMartin
09941e143f
Switched to my fork for vim-fixkey with support for screen-it and
...
screen-256color-it (termcap for screen/tmux patched to allow tmux to
render italics). The HTML headings were switched from underlined to
strictly bold from 1-3 and strictly italic from 4-6.
2014-07-26 04:11:50 -04:00
Kevin MacMartin
0b755a454f
Added vimpager info to the README + removed keyboard.vim from vimpager
...
and instead specified a custom set of mappings. Removed the SpellCheck
plugin (it stopped working and wasn't very useful anyway)
2014-07-26 03:10:16 -04:00
Kevin MacMartin
954632c7b7
Added tcommand to provide a searchable list of commands via `
2014-07-22 22:56:22 -04:00
Kevin MacMartin
486e8be7a8
switch to my fork of goyo for signify support (until its pulled in)
2014-07-20 23:53:07 -04:00
Kevin MacMartin
7c8d476d5d
MatchTagAlways accepted my pull request, so back to the upstream repo
2014-07-17 00:26:47 -04:00
Kevin MacMartin
558148f0b2
Changed MatchTagAlways to my fork until my pythoncheck tweak is pulled
2014-07-16 09:21:08 -04:00
Kevin MacMartin
4d3fc87fca
Added vim-easytags, set the tagfile to the one we've been using, included the
...
vim-misc dependency and updated the README to reflect all this.
2014-07-14 09:24:38 -04:00
Kevin MacMartin
776d166ef0
Removed the grep module as it didn't feel applicable to this package
2014-07-14 01:22:43 -04:00
Kevin MacMartin
c79712cd4c
Added the MatchTagAlways plugin to replace breeze matching
2014-07-12 17:40:02 -04:00
Kevin MacMartin
e810a75d10
Removed the breeze plugin while I review 2.0
2014-07-12 17:31:04 -04:00
Kevin MacMartin
71a33571c4
Changed the location of the breeze.vim submodule to my own repository as the
...
original repo has disappeared (I've emailed the author to ask what's up)
2014-07-09 23:56:51 -04:00
Kevin MacMartin
9618f99c8c
Updating the URL to the darkcloud polyglot fork
2014-06-26 09:28:26 -04:00
Kevin MacMartin
0d0ffb51ca
Moving vim-signify back upstream now that my fix has been pulled, and
...
I completely revamped the update script to better handle changing submodules
around, to look way better at the same time as more clearly outlining what's
going on (and whether anything's going wrong), and to have logging capabilities
to help see why things fail when they do.
2014-06-16 05:37:52 -04:00
Kevin MacMartin
e9190b5639
Forked vim-polyglot, replaced a few plugins with some better ones and
...
pulled in all the syntax plugins from darkcloud-vimconfig that vim-polyglot
didn't cover, which have been removed as submodules from darkcloud-vimconfig.
2014-06-02 04:34:08 -04:00
Kevin MacMartin
7f23ace6cd
Added the autoformat module, an associated keybinding and an entry
...
and list of new (optional) requirements it adds in the README, as
well as making some general improvements to the README.
2014-05-29 11:02:23 -04:00
Kevin
46eac5876e
Updated to my fork of vim-signify until my bugfix pull request gets
...
accepted
2014-05-05 10:57:36 -04:00
Kevin
366bdb715c
Added the goyo plugin, which hides everything that isn't your document
...
for more distraction-free development
2014-05-05 03:02:19 -04:00
Kevin
4ebc812d5e
Added full support for the rust language
2014-04-22 03:26:07 -04:00
Kevin
eb9718cb6f
Cleaned up the README a bit and added the autoswap plugin to better
...
handle opening vim when a swapfile exists.
2014-04-21 08:17:31 -04:00
Kevin
157e1e63af
replaced the locally maintained c-syntax-extensions with the github
...
mirror and updated the README to reflect both this change and the
updated systemd link
2014-04-21 03:31:50 -04:00
Kevin
fea422c5ea
Added the much better systemd-vim-syntax submodule
2014-04-21 03:25:58 -04:00
Kevin
ad0321cf3c
removed vim-systemd-syntax in favour of a better module that I'll be
...
adding next
2014-04-21 03:22:50 -04:00
Kevin
1c21ca23c9
Updated info in the README as well as adding the mappings for mouse
...
buttons and the list of plugins. Two extensions that never really got
integrated into the config have been removed, so you should readd them
to bundle.user if you use them. A lot of the keyboard config has
changed, but most of that is just formatting; the additions are the new
mouse button mappings, and the return of shift+middleclick to paste from
X, which was accidentally removed at some point before. I also switched
the default state of the syntax checker to off to avoid having people
run into issues and not already know how to enable/disable it.
2014-04-18 05:12:35 -04:00
Kevin
42394a5d8b
Committing first step of vim-coloresque deletion
2014-04-09 11:50:10 -04:00
Kevin
13a72bc582
Removing the bufferline plugin as it doesn't feel "value added" enough
...
to warrant including
2014-04-08 05:45:06 -04:00
Kevin
98608ec702
Adding a fantastic git commit extension to fugitive calle extradite.
2014-04-08 05:35:45 -04:00