Commit graph

129 commits

Author SHA1 Message Date
Kevin
1d19dacfa9 when editing markdown, the ctags button now pops up a heading browser
instead
2014-04-08 00:13:03 -04:00
Kevin
4cade166fd committing updates to submodules 2014-04-07 21:03:31 -04:00
Kevin
69e43649ce Added a versions control line highlight toggle keymapping to <ctrl><f7>
+ associated line highlight colours in the theme, and an extra key mapping
for diffu was adding "<leader>><" in addition to "<leader><>" since
they're both so similar.
2014-04-07 20:59:33 -04:00
Kevin
f2b068ade9 Switched the lightline status bar visual mode notifications from green
to yellow so all three modes are one of the three core theme colours.
2014-04-07 19:19:57 -04:00
Kevin
cb388eb3e1 The update script now runs the pathogen command that consolidates the
help documents from each plugin and makes them accessible from vim.
Commented things a bit so it's clear what's going on too.
2014-04-07 19:16:58 -04:00
Kevin
4c5dd3f4a7 removed gitgutter and changed its settings and theme to handle signify
instead
2014-04-07 12:05:52 -04:00
Kevin
48466b23f9 adding the signify submodule to replace gitgutter as its essentially the
same thing except signify does the popular version control instead of
just git
2014-04-07 12:01:35 -04:00
Kevin
24339a154b no longer overriding all diffs to make them vertical (only vimdiff now),
and vimdiff displays more logically.
2014-04-07 11:51:33 -04:00
Kevin
4f63cbc5e9 added a setting to escape grep, which will apparently make something
break if it's been told to use colour
2014-04-07 10:40:40 -04:00
Kevin
a676a82c49 committing updated vim submodules (plugins) 2014-04-07 10:35:23 -04:00
Kevin
4a232e0540 Added more consistent signs to gitgutter and tweaked the theme a touch 2014-04-07 10:20:47 -04:00
Kevin
a591d48a5b uploading gitmodules for gitgutter. tweaked the keybindings and
settings for diff so its settings will be enabled by default when it's
being used regardless of where it gets initiated, and won't be used at
all when it's not initiated. Improved vimdiff settings in general.
Improved the help popup tab (it's now sized exactly to the width of the
help page). The theme now takes colour hex codes with or without #s at
the start so they can be used with the coloresque plugin to show the
colours while editing. The theme now considers gitgutter. vimdiff now
uses <leader>> and <leader>< to make a change because I realized the
current way was leading to changes being made when you reversed
direction.
2014-04-07 10:04:48 -04:00
Kevin
07f70c56ed Adding a plugin that shows differences since the previous reversion in
the left column (gutter)
2014-04-07 10:04:22 -04:00
Kevin
97511efc5b added the expand region plugin, which increases or decreases the
visually selected region with the + and _ keys
2014-04-07 03:19:18 -04:00
Kevin
772db85ccc adding breeze configuration and key mappings, as well as the gitmodules
file
2014-04-07 02:40:35 -04:00
Kevin
50e257a65a adding the breeze plugin, which adds html tag highlighting and
navigation to vim
2014-04-07 02:40:13 -04:00
Kevin
9c2064f726 added instructions for using ctrl-c/ctrl-enter to keyboard.vim 2014-04-07 01:46:24 -04:00
Kevin
de3f454c46 adding the submodule vim-c-cr, which completes functional brackets by
hitting ctrl-enter or ctrl-c after writing an open bracket in input mode
2014-04-07 01:43:17 -04:00
Kevin
2eff546248 Pushing changes to the submodules 2014-04-07 01:24:59 -04:00
Kevin
8ab7281630 updated the readme to include information about the requirements for the
grep command
2014-04-07 01:09:31 -04:00
Kevin
b89cf4719b tweaked the heading for the vimrc 2014-04-07 00:58:12 -04:00
Kevin
0b246af1bf removed the attempt at fixing coloresque as I don't believe it worked 2014-04-07 00:50:07 -04:00
Kevin
eb6cfb028c added key mappings to up/down to do the same as j/k do with the move
plugin, and added mappings for left/right/h/l to move a half page at
a time
2014-04-07 00:41:03 -04:00
Kevin
faad00240f updating the gitmodules file 2014-04-07 00:10:46 -04:00
Kevin
232b75c8d7 adding vim-move, which allows you to select text, then use j/k while
holding alt to move it up and down
2014-04-07 00:10:11 -04:00
Kevin
eef89eb52d removed the keyboard override for tmux as it's now handled in the fixkey
module, and updating gitmodules
2014-04-07 00:08:26 -04:00
Kevin
ebd722e14c add the fixkey module, which fixes keys for all terminal types rather
than just tmux (which is what the config is currently hooked up to fix)
2014-04-07 00:07:39 -04:00
Kevin
461ebf09fe setting the cryptmethod to blowfish, breaking 7.2 compatibility but
improving encryption in general
2014-04-06 23:54:10 -04:00
Kevin
e2daa3d516 updating gitmodules 2014-04-06 23:43:29 -04:00
Kevin
ff0c866d3e adding calculation support to autocompletion 2014-04-06 23:43:17 -04:00
Kevin
9f0da74080 updating git modules for grep 2014-04-06 23:20:50 -04:00
Kevin
ba23108dbc adding the grep module, which adds the ability to grep for text from
within vim
2014-04-06 23:18:42 -04:00
Kevin
ce68a5b2e2 removed the echo tag I had on the tags generation command for testing 2014-04-05 04:57:08 -04:00
Kevin
575643d6f9 Fixed a typo that was making everything open vertically rather than just help 2014-04-05 04:25:55 -04:00
Kevin
fd972182a0 syncing gitmodules 2014-04-05 03:43:58 -04:00
Kevin
6012b3d8b9 adding the bufferline package, which shows information about the ones
that aren't currently active in the space that usually sits dark until
you enter a command
2014-04-05 03:43:23 -04:00
Kevin
e9481f6bc8 Fixed some keybindings, added help dialog sidebar toggles (help dialogs
now always pop up veritcally, which made sense to me considering their
column width and the average size of screens these day), touched up
the readme and some missing keyboard toggles, added a few more formats
relevant to emmet, and gave variables default values in the configs so they
don't need to be declared (default values are stated in the README)
2014-04-05 03:20:53 -04:00
Kevin
b48c619ad1 committing the git plugin, vim-fugitive 2014-04-05 03:20:28 -04:00
Kevin
72f5924639 On second thought, both c syntax files together make for much better
highlighting, so I've added it back in along with some changes to the
C syntax.
2014-04-05 00:55:40 -04:00
Kevin
818af4e541 and now I'm committing gitmodules 2014-04-05 00:41:17 -04:00
Kevin
cfc5b07d9d committing a new package that handles up to date syntax and indentation
for 48 languages (why the last two commits were removing two plugins
that provided one language each)
2014-04-05 00:36:26 -04:00
Kevin
6c804e3565 removed the c syntax plugin 2014-04-05 00:35:07 -04:00
Kevin
7059136b7f deleted the html5 submodule as far as I can tell 2014-04-05 00:26:47 -04:00
Kevin
2bcd326add Committing changes to .gitmodules so I can remove a plugin 2014-04-05 00:22:52 -04:00
Kevin
65d4a44735 Updating the gitmodules file itself 2014-04-04 23:55:36 -04:00
Kevin
21a6dacbe9 Adding the webapi plugin to support loading external emmet snippets
using the built in json funcionality.
2014-04-04 23:54:36 -04:00
Kevin
9ef75137d0 Adding the tcomment plugin, which is similar to the surround plugin,
except this allows you to add and remove the comment style for the given
file format you're editing.
2014-04-04 23:46:12 -04:00
Kevin
49a4b54c03 The vimrc.user file wasn't getting loaded, and I'd committed the wrong
update script, though I'm not sure if this method would work any better.
2014-04-04 23:36:51 -04:00
Kevin
bd9c27140d Updated the update script to try and hack together a fix for the
submodule fun
2014-04-04 22:27:30 -04:00
Kevin
a388b05ce7 Trying a second time to add the update coloresque source 2014-04-04 21:32:07 -04:00