Commit graph

66 commits

Author SHA1 Message Date
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
6e7861dc87 Updated submodules and fixed the instructions for keyboard.vim 2014-05-04 19:44:49 -04:00
Kevin
767dfa48f8 Pushing updates to syntastic and unit plugins 2014-04-30 10:20:58 -04:00
Kevin
d31d15d5f9 updated submodules, and breeze no longer works with aspx files as some
seem to cause errors with it
2014-04-28 03:06:00 -04:00
Kevin
f5ff6249dc updated submodules 2014-04-26 22:52:46 -04:00
Kevin
4749a69c23 Updated submodules to their latest revisions 2014-04-25 05:06:01 -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
80f603884a removed the systemd-syntax files themselves 2014-04-21 03:23:36 -04:00
Kevin
2fcef9c50a updated submodules 2014-04-21 01:30:09 -04:00
Kevin
b9d82e28ce Committing the updates for the syntastic submodule 2014-04-18 05:20:11 -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
82ce32da25 updated the syntastic submodule 2014-04-17 00:18:24 -04:00
Kevin
1bec8a7189 committing submodule updates 2014-04-16 00:30:52 -04:00
Kevin
dc5b1547bf Middle-click now enters input mode, and ctrl+middle-click now pastes where
the cursor is. Some redundant definitions were removed, and submodules
were updated.
2014-04-14 08:08:26 -04:00
Kevin
bd3bbb83c0 updating submodules 2014-04-10 22:06:03 -04:00
Kevin
99f12c9744 Deleting vim-coloresque in favour of css-color after learning of some
poor practices it uses that change how words are defined.
2014-04-09 11:51:51 -04:00
Kevin
17d10a37c9 Concluding vim-bufferline's deletion 2014-04-08 05:46:06 -04:00
Kevin
98608ec702 Adding a fantastic git commit extension to fugitive calle extradite. 2014-04-08 05:35:45 -04:00
Kevin
a0463ef232 adding the vim-repeat module, which makes it possible to use the
. character to repeat the complex functions used by vim-surround.
2014-04-08 03:52:43 -04:00
Kevin
4cade166fd committing updates to submodules 2014-04-07 21:03:31 -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
a676a82c49 committing updated vim submodules (plugins) 2014-04-07 10:35:23 -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
50e257a65a adding the breeze plugin, which adds html tag highlighting and
navigation to vim
2014-04-07 02:40:13 -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
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
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
ff0c866d3e adding calculation support to autocompletion 2014-04-06 23:43:17 -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
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
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
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
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
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
eae637b8c2 Committing upstream changes to the tagbar 2014-04-04 04:04:03 -04:00
Kevin
62847db7a5 updates for the tagbar plugin 2014-04-03 23:17:40 -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
317f6ec5fb Updating the markdown plugin 2014-04-03 06:29:37 -04:00
Kevin
6afa665edc Tweaked the theme and syntax definitions a bit more. Configured the
file manager's theme, settings and keyboard mappings. Played around with
the keyboard mappings in general quite a bit more. All the toggles
output what they're doing now, though not their actual status in most
cases at this point, and only in normal mode. The bottom scrollbar is
now part of the gui scrollbar toggle as it turned out it can be
auto-disabled when the content isn't wide enough anyway. I realized
a bad hack to get visual paste ontop to work without replacing the paste
buffer with whatever it was pasting over meant that pasting at the start
and end of the line would leave issues with spacing, so I found a plugin
that fixed the problem the right way and hooked things up through that..
Whether syntax checking is enabled by default or needs to be toggled on
can now be set in the vimrc. Some small bugfixes and improvements were
also made.
2014-04-03 06:17:16 -04:00