Commit graph

160 commits

Author SHA1 Message Date
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
Kevin
2c4a506085 switched to a new source for vim-coloresque, possibly not the best way
it could have been done :)
2014-04-04 21:06:56 -04:00
Kevin
e3583c1404 removing vim-coloresque to replace with a more updated fork 2014-04-04 20:57:09 -04:00
Kevin
e895cf5639 Added a readme to show the folder custom plugins can be added to 2014-04-04 20:17:10 -04:00
Kevin
85c17a68d7 Tons of changes all in one commit because I'd broken a commit a while
back and opted to simply reverse them all- Lots of colour changes, the
update script now removes decommissioned bundles, gentags script can now
have additional paths added to it when generating a tags file, README is
much improved, fixed a few issues that required remapping some toggles,
fixed a bunch of issues with the colourscheme between the terminal and
gvim. You can now setup a custom config file to have loaded after the
darkcloud-vimconfig ones, and there's a custom location for pathogen
modules too, to make things tidier without necessarily needing to use
an additional runtimepath. You can also create a file in your home
directory to assign filetypes to programs, for use with the file
manager. A file can be placed in ~/.vim/ with file associations and
prorams to launch them with. The file manager will also open a file with
vim by hitting shift+enter, since e isn't all that comfortablly placed.
The vimrc can now also point to the darkcloud-vimconfig folder, rather
than relying on the vim folder being in a specific location, and the
after folder is now configured to work in the project too.
2014-04-04 19:49:02 -04:00
Kevin
eae637b8c2 Committing upstream changes to the tagbar 2014-04-04 04:04:03 -04:00
Kevin
bf06e82ee5 One more small tweak to html :) 2014-04-04 03:50:16 -04:00
Kevin
acc16fcf3d Another small tweak to html syntax colours 2014-04-04 03:46:17 -04:00
Kevin
787b737310 Did an overhault on the HTML syntax highlighting because I wasn't
satisfied with it-- I think it looks much better now
2014-04-04 03:15:02 -04:00
Kevin
5cc2ff28a6 Tweaked the cursor a bit more, and the matching parenthesis now links
its style to the cursor's style to make it more clear what's being
matched
2014-04-04 02:08:34 -04:00
Kevin
5bf8433e58 Lightened up the default font just a touch 2014-04-04 01:59:11 -04:00
Kevin
6c6ed3acc0 Added syntax configuration for quicktask 2014-04-04 01:51:14 -04:00
Kevin
68e3699715 Tweaked visual selection to behave the same across all terminals and
gvim (regardless of the terminal's policy or settings for the cursor)
2014-04-04 01:10:01 -04:00
Kevin
62847db7a5 updates for the tagbar plugin 2014-04-03 23:17:40 -04:00
Kevin
716dc8693c Added a toggle for the spellcheck list to F8 2014-04-03 23:00:34 -04:00
Kevin
25667a2b05 Adding a new spellcheck plugin that collects all the spelling mistakes
in the document into the quickfix list when run.
2014-04-03 22:57:24 -04:00
Kevin
ee1d397c68 Improved the spread of colours displayed in HTML syntax 2014-04-03 14:05:37 -04:00
Kevin
bc68913e83 Fixed the paste buffer when backspacing in visual mode, and added
a bunch more definitions to the theme.
2014-04-03 13:16:12 -04:00
Kevin
c0be78890c Made a few more tweaks to the colourscheme 2014-04-03 10:43:00 -04:00
Kevin
0cc369513a Added notmuch email for vim to the list of non-code formats with similar preets 2014-04-03 09:08:44 -04:00