Commit graph

  • 98dc5a76e9 ctrl-A aligns comments and ctrl-a aligns end of line comments Kevin MacMartin 2014-08-05 06:01:38 -0400
  • ee142f3e86 Updating submodules including upstream vim-markdown-concealed changes Kevin MacMartin 2014-07-31 11:07:50 -0400
  • 8cdce6780c Updating plugins, including upstream vim-markdown and vim-polyglot Kevin MacMartin 2014-07-31 08:20:17 -0400
  • a0d5fd5ca0 Removed the junk about vimcat; the default config works better Kevin MacMartin 2014-07-31 03:09:56 -0400
  • b06a94ef02 added some cut and paste shortcuts during input Kevin MacMartin 2014-07-31 02:09:34 -0400
  • d101b03cbc Used capital C for ctrl for consistency Kevin MacMartin 2014-07-31 01:57:01 -0400
  • 539254078b move copy/paste stuff to before neocomplcache remaps it Kevin MacMartin 2014-07-31 01:53:33 -0400
  • c7c13f22b9 compress the vimpager stuff into fewer lines Kevin MacMartin 2014-07-31 01:51:21 -0400
  • 6f1846d388 Improved vimpager documentation Kevin MacMartin 2014-07-31 01:44:10 -0400
  • caed6a7476 Fixed less.vim unmappings properly Kevin MacMartin 2014-07-31 01:33:15 -0400
  • 30e5dff895 Use mapcheck before unmapping Kevin MacMartin 2014-07-31 01:05:43 -0400
  • 7d4e69198c Readded the lazy redraw setting as it seems to help more than hurt Kevin MacMartin 2014-07-30 07:17:31 -0400
  • 28928a7e94 Updated vim-markdown-concealed version to apply upstream fix Kevin MacMartin 2014-07-30 05:40:43 -0400
  • e89b48bd45 Fixed a spelling mistake in the README Kevin MacMartin 2014-07-30 04:55:35 -0400
  • b624f5d3c7 Small non-functional touchup to the README Kevin MacMartin 2014-07-30 02:53:05 -0400
  • 775770c3ee Configured vimpager to use concealed markdown for reading purposes Kevin MacMartin 2014-07-30 02:34:26 -0400
  • 7c39a11401 Updated submods inc upstream mkd fixes I pushed down to polyglot Kevin MacMartin 2014-07-30 01:29:14 -0400
  • 6671889c43 removed reverse and swapped colours for markdown code Kevin MacMartin 2014-07-29 22:12:58 -0400
  • e4ad1c0125 ircd.conf javascript->json Kevin MacMartin 2014-07-29 22:05:27 -0400
  • 5ded6877c5 Added the tabular plugin and mapped the mkd table format it allows Kevin MacMartin 2014-07-29 03:04:37 -0400
  • 7eff0b4f65 Add Conceal syntax definition and tweak markdown/html colours Kevin MacMartin 2014-07-28 11:20:38 -0400
  • 030bfbe227 Fixed vimpager copy in visual mode with y Kevin MacMartin 2014-07-28 06:17:50 -0400
  • 7620aff01f Fixed some mapping bugs, pulled vimpager settings into its own config file, and configured vimpager stuff more thoroughly against less.vim Kevin MacMartin 2014-07-28 06:08:10 -0400
  • 9a85603d30 Updating submodules Kevin MacMartin 2014-07-28 03:28:27 -0400
  • 667a92e301 Switching to upstream vim-fixkey now that my branch has been pulled Kevin MacMartin 2014-07-28 03:21:22 -0400
  • 62fc9ccba4 Switched back upstream for goyo now that it pulled my branch Kevin MacMartin 2014-07-28 03:04:47 -0400
  • dccde2f30d Added some vimpager-specific mappings to vimpagerrc (I'll likely pull vimpager-specific mappings out into a separate keyboard config file that both vimpager and vim use eventually, but this works well for now) Kevin MacMartin 2014-07-28 02:54:16 -0400
  • 30b9fda725 Updated plugins Kevin MacMartin 2014-07-27 01:57:31 -0400
  • cd51ed5573 Disabled experimental neocomplcache setting that's no longer needed Kevin MacMartin 2014-07-26 05:09:52 -0400
  • ddbc6a71b2 Removing vim-neco-calc as it didn't feel it had enough value-added Kevin MacMartin 2014-07-26 05:06:19 -0400
  • 42dd9a6300 Update submodules Kevin MacMartin 2014-07-26 05:03:54 -0400
  • 579d88994f Removed the spellcheck plugin from the README Kevin MacMartin 2014-07-26 05:02:53 -0400
  • 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. Kevin MacMartin 2014-07-26 04:11:50 -0400
  • ceb0874c45 Removed the Spellcheck stuff from the keyboard mappings Kevin MacMartin 2014-07-26 03:14:40 -0400
  • 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) Kevin MacMartin 2014-07-26 03:08:33 -0400
  • 112495115b Improve taskrc commentstring call + add one for ft=tmux Kevin MacMartin 2014-07-26 01:44:09 -0400
  • a961849af9 Updated submodules Kevin MacMartin 2014-07-26 00:34:38 -0400
  • 22917d27be Configured plugins for vimpager more intelligently Kevin MacMartin 2014-07-26 00:32:48 -0400
  • be10ee87df Added vimpagerrc: configures darkcloud-vimconfig for use with vimpager Kevin MacMartin 2014-07-25 23:51:14 -0400
  • 04e7ab88b6 Load the colorscheme before the config files Kevin MacMartin 2014-07-25 23:50:05 -0400
  • 441f88eba3 Set the ft for *vimpagerrc to vim for proper syntax highlighting Kevin MacMartin 2014-07-25 23:48:41 -0400
  • 243ebdf2ce Changed Title's style from underline to bold Kevin MacMartin 2014-07-25 11:54:33 -0400
  • adc8895c53 Pulled lightline theme out of the darkcloud theme and into into plugins.vim so the darkcloud theme can be used without requiring lightline, and set the colorscheme before loading the user config so it can be overridden Kevin MacMartin 2014-07-25 10:18:03 -0400
  • f664b75885 Added the new plugins to the README Kevin MacMartin 2014-07-24 01:05:28 -0400
  • 6b13bbdede Added a screenshot of the update tool in action Kevin MacMartin 2014-07-24 01:00:56 -0400
  • 5f64be2ad0 Added function check to MakeNewDir to avoid complaints when reloading settings.vim, and played with key timeout settings to see if I can fix a strange error where the arrow keys suddenly stop working. Kevin MacMartin 2014-07-24 00:51:58 -0400
  • 855bede1d7 Updating submodules Kevin MacMartin 2014-07-23 23:48:10 -0400
  • 954632c7b7 Added tcommand to provide a searchable list of commands via ` Kevin MacMartin 2014-07-22 22:56:22 -0400
  • 58d0fc0022 Made the definition for TERM=linux more precise Kevin MacMartin 2014-07-21 20:09:41 -0400
  • 4ed2f8c60b split the guioptions up so it's clear what each does Kevin MacMartin 2014-07-21 03:29:27 -0400
  • cdd6701782 Unsetting lazyredraw as it's been causing issues Kevin MacMartin 2014-07-21 02:45:27 -0400
  • a1d28990fb reorganized settings, improved comment descriptions of settings, improved clipboard settings, reduced timeout for keystroke combinations, tweaked and improved a few other small things, added a function to autocreate missing directories in save paths, have a few files required by various plugins auto-created at startup if they don't exist Kevin MacMartin 2014-07-21 02:36:50 -0400
  • d5cde13a13 Added pointless commit to goyo to trigger an update after merging Kevin MacMartin 2014-07-21 00:14:24 -0400
  • 3ae157542a adding a .gitignore with some non-repo files Kevin MacMartin 2014-07-21 00:06:51 -0400
  • 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 Kevin MacMartin 2014-07-20 23:55:42 -0400
  • 486e8be7a8 switch to my fork of goyo for signify support (until its pulled in) Kevin MacMartin 2014-07-20 23:53:07 -0400
  • 3b725d9c97 combined <leader>- and _, and <leader>= and + Kevin MacMartin 2014-07-20 21:25:36 -0400
  • a5ac18279f updating submodules Kevin MacMartin 2014-07-20 21:19:01 -0400
  • aef8c0a12d Swapped ctrl/alt-F# keys with F# keys (toggles are used more) Kevin MacMartin 2014-07-20 21:17:26 -0400
  • 0f65a55414 updating submodules Kevin MacMartin 2014-07-19 00:56:03 -0400
  • eb116fb919 Fixed a typo and resetting scrollwheel stuff at the top of keyboard.vim to see if that prevents it from randomly reverting to the old behaviour Kevin MacMartin 2014-07-17 09:59:47 -0400
  • 7c8d476d5d MatchTagAlways accepted my pull request, so back to the upstream repo Kevin MacMartin 2014-07-17 00:26:47 -0400
  • 5ffbc89ff8 updated vim-polyglot Kevin MacMartin 2014-07-16 23:48:56 -0400
  • ba271527c3 updating submodules Kevin MacMartin 2014-07-16 23:31:12 -0400
  • f7032d5335 Added settings for the taskwarrior plugin (for those who use it) Kevin MacMartin 2014-07-16 23:29:44 -0400
  • 40a59e41c2 Removed the linebreak marker Kevin MacMartin 2014-07-16 10:00:50 -0400
  • 60bf525d82 switched matchtagalways to master after merging changes Kevin MacMartin 2014-07-16 09:56:11 -0400
  • 1cb50b4988 Set easytags not to complain if ctags isn't available Kevin MacMartin 2014-07-16 09:41:37 -0400
  • 558148f0b2 Changed MatchTagAlways to my fork until my pythoncheck tweak is pulled Kevin MacMartin 2014-07-16 09:21:08 -0400
  • 004b2dae42 Updated dependencies in the README Kevin MacMartin 2014-07-16 09:19:08 -0400
  • 56e879cbb9 Load after.vim after plugins.vim Kevin MacMartin 2014-07-16 07:34:35 -0400
  • c34ff14e3b T now copies to the end of the line (like D but without deletion) Kevin MacMartin 2014-07-16 07:24:39 -0400
  • 54a24c4f18 changed iskeyword-=. to PKGBUILD files only, and moved it and one other filename specific setting (that wasn't to set the filetype) to the after settings file. Kevin MacMartin 2014-07-16 06:46:17 -0400
  • 5d7a4b56c2 Removed '.' from iskeyword for files of type 'sh' Kevin MacMartin 2014-07-16 06:36:25 -0400
  • 80ef3923fd Better organized "word processing" style formats, and prevented linewraping in the middle of words. Kevin MacMartin 2014-07-15 02:20:47 -0400
  • 1cc6d8db23 Add spellcheck to markdown files Kevin MacMartin 2014-07-14 11:27:32 -0400
  • dbc155b78a Updated language packs in vim-polyglot-darkcloud Kevin MacMartin 2014-07-14 10:41:23 -0400
  • 9ba306a1f1 Updated submodules Kevin MacMartin 2014-07-14 10:39:41 -0400
  • 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. Kevin MacMartin 2014-07-14 10:30:02 -0400
  • 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. Kevin MacMartin 2014-07-14 09:24:38 -0400
  • 776d166ef0 Removed the grep module as it didn't feel applicable to this package Kevin MacMartin 2014-07-14 01:22:43 -0400
  • 6015a6778a Small improvement to the script naming technique Kevin MacMartin 2014-07-13 17:49:35 -0400
  • c79712cd4c Added the MatchTagAlways plugin to replace breeze matching Kevin MacMartin 2014-07-12 17:40:02 -0400
  • e810a75d10 Removed the breeze plugin while I review 2.0 Kevin MacMartin 2014-07-12 17:31:04 -0400
  • 034a3ec199 updating submodules Kevin MacMartin 2014-07-12 17:25:01 -0400
  • feba2a664a reverting the last update and updated submodules Kevin MacMartin 2014-07-11 02:15:51 -0400
  • cc7d1edfd0 small correction from javascript to the more compatible json syntax Kevin MacMartin 2014-07-11 02:13:18 -0400
  • b34b7254a3 removing $ from the list of valid keyword characters in shellscripts Kevin MacMartin 2014-07-11 01:04:40 -0400
  • 3a54ccda8d Set *ircd.conf to use ft=javascript and made other config defs more generic Kevin MacMartin 2014-07-10 20:29:31 -0400
  • 759548ea49 changed fold column colour to white to avoid conflict with syntastic Kevin MacMartin 2014-07-10 10:20:15 -0400
  • 313dc5bc77 Pulled in vim-polyglot-darkcloud updates from upstream Kevin MacMartin 2014-07-10 00:28:38 -0400
  • 4be0e5bec0 Updating submodules Kevin MacMartin 2014-07-10 00:01:51 -0400
  • e07931125e Selecting autocompletion with the return key won't also linebreak Kevin MacMartin 2014-07-10 00:00:20 -0400
  • 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) Kevin MacMartin 2014-07-09 23:56:51 -0400
  • 40a731cf52 Set the correct comment style for ~/.taskrc Kevin MacMartin 2014-07-08 02:33:17 -0400
  • 56c4fac730 Tweaked the syntastic error/warning to match their respective lines Kevin MacMartin 2014-07-07 16:31:44 -0400
  • 2483ba17d4 Updated languages in vim-polyglot-darkcloud Kevin MacMartin 2014-07-07 16:25:39 -0400
  • 11f76b3164 Updating submodules Kevin MacMartin 2014-07-07 16:17:38 -0400
  • ebb54d9d97 Changed folded col to yellow to avoid confusion with line numbers Kevin MacMartin 2014-07-07 16:15:39 -0400
  • 56dd4525e4 Changed <F12> and <C-F12> in gvim to <Leader><F1> and <Leader><F2> Kevin MacMartin 2014-07-07 16:07:14 -0400