Commit graph

181 commits

Author SHA1 Message Date
b04c37edca Add Rust support. 2015-01-11 09:44:05 +00:00
c16643391c Disable paren matching.
Ultimately, I would like to enable this functionality again, but with
some customisations. It interferes with my colour scheme, because Vim's
loading order is kind of rubbish.
2015-01-11 09:42:58 +00:00
4d4a9f869d Ignore configstore, something that gets written to. 2015-01-11 09:42:04 +00:00
48ca31c39d Remove FuzzyFinder config. 2015-01-11 09:41:11 +00:00
3977605fd5 Make scalar types cyan, and reformat. 2015-01-11 09:40:36 +00:00
20de4863c3 Add DYLD_LIBRARY_PATH for Rust. 2015-01-11 09:40:07 +00:00
721bc2e954 Add Composer support to $PATH. 2015-01-11 09:39:33 +00:00
aae033e210 Fix highlighting of errors.
Syntastic by default adds a sign, which is shown in the gutter of the
buffer. Signs also add a style to the entire line, and this can be used
to style the line containing an error. However, it also shows a sign in
the gutter, which I did not want.

This commit adds a match style to the line, without requiring a sign to
be shown in the gutter.
2015-01-11 09:36:00 +00:00
edb217bc0f Swap FuzzyFinder for Command-T. 2015-01-11 09:33:36 +00:00
4cdb6dc777 Install Syntastic 2014-11-24 09:25:58 +00:00
1a02db83df Ignore pesky vim garbage. 2014-11-24 09:25:28 +00:00
bb636afb97 Install YouCompleteMe. 2014-11-24 07:12:33 +00:00
fcf5d81436 Add FuzzyFinder 2014-11-24 06:08:07 +00:00
bb4ed7a125 Add Pathogen 2014-11-24 05:53:33 +00:00
b7e399a9c0 Move command to show highlight groups. 2014-11-24 05:46:09 +00:00
3aecf8a763 Disable folding. 2014-11-24 05:45:59 +00:00
348a1dbde8 Disable swap files. 2014-11-24 05:45:31 +00:00
2b5b19a73e Remove unneeded comment. 2014-11-24 05:45:02 +00:00
b2a5a535e3 Update Fish colour scheme 2014-11-24 05:28:15 +00:00
1372449a66 Ignore fishd garbage. 2014-11-24 05:28:08 +00:00
1c412810d2 Update prompt.
Nicer formatting, better colours.
2014-11-24 05:17:16 +00:00
e80695e66f Remove Vundle. 2014-11-24 04:42:45 +00:00
747653fb61 Ignore hub config. 2014-11-24 04:40:04 +00:00
2231605662 Kill swap files. 2014-11-24 04:39:20 +00:00
7170ff8bf7 Ignore history. 2014-11-24 04:38:27 +00:00
8f13108ece [add] a better git log.
I completely stole this from Gary Bernhardt. But it's a start.
2014-10-20 01:52:21 +01:00
910847c3b1 [add] fish config 2014-10-20 01:51:35 +01:00
bf41472ef0 [add] vim configuration 2014-10-18 20:47:06 +01:00
3a852b966f [remove] installation of dependencies 2014-10-18 20:39:59 +01:00
2ddf2abd97 [add] git configuration 2014-10-18 20:39:10 +01:00
5dd2c594b1 [add] bootstrap file from holman/dotfiles
This script links files matching /*/*.symlink into ~/.*

It's really quite clever.
2014-10-18 14:26:10 +01:00