Commit graph

88 commits

Author SHA1 Message Date
Kevin MacMartin
ae8ba0a227 Replace syntastic with ale 2018-03-13 11:32:04 -04:00
Kevin MacMartin
c9fd2f8a21 Fix F3/F4 confusion in README 2018-03-13 10:36:20 -04:00
Kevin MacMartin
c45dd5a8dd Remove comment about vim 7.3 and below from the readme 2018-03-11 20:10:00 -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
55c93f0940 Also disable gundo.vim if python support is missing, and add a note about the requirement on Lua for neocomplete.vim to the readme 2017-02-12 19:14:14 -05:00
Kevin MacMartin
4374e1155d Update submodules, clean up the update, specify the need for coretutils (for the timeout command), and allow the use of gtimeout in the update script on OSX 2016-09-29 11:46:56 -04: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
7cb1fe0d99 Add note about vimpager compatibility being for 1.x 2015-07-29 15:19:56 -04:00
Kevin MacMartin
2ce5734277 Update screenshot to reflect current look and feel 2015-03-10 07:37:02 -04:00
Kevin MacMartin
6e1862f7b1 Tweak sidebar keys again and remove cursor column for the tagbar 2015-03-10 07:27:53 -04:00
Kevin MacMartin
2f82c4fc84 Change sidebars to F9-F12 and use the same mappings for Ctrl/Alt+F-Keys 2015-02-27 05:46:46 -05:00
Kevin MacMartin
646d18bd4c add leader+bracket toggles for sidebars and play with placement/touchup 2014-12-01 08:46:34 -05: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
8b3a41b5a5 conceal current line in normal mode for vimpager + tweak README 2014-10-26 11:13:07 -04:00
Kevin MacMartin
7bb3c32e3b Tons of mapping issues fixed, re-add mkd table fmt, tweak keys+settings 2014-10-22 03:41:50 -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
0dee709f47 Added the incsearch plugin to the README 2014-10-19 14:03:33 -04:00
Kevin MacMartin
0fc53f1677 autotags is enabled by default again, but with much better config 2014-08-25 00:43:41 -04:00
Kevin MacMartin
fad8db91af Set the default value for disableautotags to 1 2014-08-24 22:48:01 -04:00
Kevin MacMartin
5c39279877 Disabled gvim scrollbars by default and readded the toggle (\<f3>) 2014-08-07 03:51:07 -04:00
Kevin MacMartin
a0d5fd5ca0 Removed the junk about vimcat; the default config works better 2014-07-31 03:09:56 -04:00
Kevin MacMartin
c7c13f22b9 compress the vimpager stuff into fewer lines 2014-07-31 01:51:21 -04:00
Kevin MacMartin
6f1846d388 Improved vimpager documentation 2014-07-31 01:44:10 -04:00
Kevin MacMartin
e89b48bd45 Fixed a spelling mistake in the README 2014-07-30 04:55:35 -04:00
Kevin MacMartin
b624f5d3c7 Small non-functional touchup to the README 2014-07-30 02:53:05 -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
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
579d88994f Removed the spellcheck plugin from the README 2014-07-26 05:02:53 -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
f664b75885 Added the new plugins to the README 2014-07-24 01:05:28 -04:00
Kevin MacMartin
6b13bbdede Added a screenshot of the update tool in action 2014-07-24 01:00:56 -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
73628eb7ea Fixed a few typos, reset the toggle for goyo to <C/A><F12>, set the
default fold level to 5, made \<space> and \\<space> alt ways to
open/close all folds, improved the gutter toggle method and added an
additional way to access help via <Leader>?
all folds
2014-07-20 23:55:42 -04:00
Kevin MacMartin
aef8c0a12d Swapped ctrl/alt-F# keys with F# keys (toggles are used more) 2014-07-20 21:17:26 -04:00
Kevin MacMartin
004b2dae42 Updated dependencies in the README 2014-07-16 09:19:08 -04:00
Kevin MacMartin
1c7b9453de Syntastic doesn't check on :wq when disabled, and toggling
active/passive also toggles check on open/wq. A new variable was added
to prevent autochecking tags, and the README and update script were
updated to reflect this. Disabling the linebreaks is now defaulted to
off (flip it back on if you like it). The update script is a bit more
careful about how it runs when executed from other directories. A bug
preventing the g:disablelinebreaks variable from being possible to
disable has been squashed, and no default is set when it's not enabled.
Added Emmet javascript (rather than just json), and tried to sync up the
webformat list between plugins that enable themselves for those.
2014-07-14 10:30:02 -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
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
56dd4525e4 Changed <F12> and <C-F12> in gvim to <Leader><F1> and <Leader><F2> 2014-07-07 16:07:14 -04:00
Kevin MacMartin
ca75532279 Played with keybindings to make them more consistent and logical and making
room to add more complete spellcheck support via the custom bindings (starting
with ?).
2014-06-25 02:47:29 -04:00
Kevin MacMartin
f6a20e0219 Submodules have been updated. FKey toggles were tweaked a bit along with general improvements to keyboard mappings. Fixed some issues with the update script, including incorrect log placement as well as allowing it to fail after a timeout when vim hangs (happens when vim displays an error on startup, for example), added better and more consistant error output/logging and fixed some errors along with dozens of tweaks. 2014-06-17 08:19:40 -04:00
Kevin MacMartin
f808cd9759 Added commandline argument support to the update script that includes options
to display help and version information, as well as to disable colour output
(with both English and American spellings of colour). Some minor changes
to wording/style were also made in the title blocks and README.
2014-06-17 01:49:46 -04:00