Commit Graph

57 Commits

Author SHA1 Message Date
Jacob Walker
29ccd34205 Update airline documentation
+ Update README and linked image
2013-09-08 15:58:36 -05:00
Stephen Bennett
b2389817c3 Populate .vimrc.before with all spf13 options
* .vimrc.before should not be modified (just like any other non-local
  or non-fork config file)
* .vimrc.before contains a list of all options that can be set
* .vimrc.before.local is where these options would actually be set
* support .vimrc.before and .vimrc.before.fork in install scripts
2013-09-05 01:34:43 -06:00
Steve Francia
cdf5b0f612 Update README to reflect before changing to before.local & add of before.fork 2013-08-31 09:33:40 -04:00
Mike Funk
2783fb3f11 updated documentation and comments for .vimrc.before 2013-08-28 10:19:03 -04:00
Jacob Walker
b4f2be715a Airline: Disabling Powerline Fonts and Updating README 2013-08-24 00:28:18 -05:00
Steve Francia
b9b24fe803 Add note about dependencies 2013-06-27 15:15:52 -04:00
Sebastian Hahn
966553b8a4 Use https links where possible
I've gone through the entire repository, checking all http:// links to
see if the corresponding https urls would also work. This is especially
important when asking the user to run a script they fetched via curl,
because in the case of a mitm they will have no way at all to detect
that something malicious is going on.
2013-06-23 17:27:51 +02:00
Ben van de Sande
6556d669a5 Use vim-snippets instead of snipmate-snippets 2013-04-06 13:55:51 +02:00
Capi Etheriel
580df846f5 Document better solarized vim for solarized terminals. 2013-03-19 23:05:13 -03:00
Eduardo Garcia
23721d660d Update Tagbar link to used repo majutsushi/tagbar 2013-03-14 18:42:39 +01:00
LinXitoW
ce300cc7d7 Add Vim to install instructions 2013-01-30 11:03:18 +01:00
John Tyree
a9d1da9cf6 Use curl instead of wget. 2013-01-02 11:42:09 +01:00
John Tyree
5a01fdfe07 Give more robust default method for bootstrapping. 2012-12-10 01:55:17 +01:00
John Tyree
20164da7a9 Escape "*nix". 2012-12-10 01:52:26 +01:00
John Tyree
db8bb9a6a5 Remove trailing whitespace. 2012-12-10 01:51:43 +01:00
spf13
0335b8b97b Hopefully fixing the autocomplete functionality 2012-11-30 22:29:20 -05:00
Raahul Seshadri
2fc0c0229a Added admin mode requirement for windows symlinks 2012-11-29 13:43:03 +05:30
spf13
2d1b8f3ebb Adding 'UnBundle' capability to spf13-vim & readme. 2012-11-27 18:05:08 -05:00
Wolfgang Pfnür
910ac352da added undotree doc 2012-11-02 13:34:11 +01:00
Jeremey Hustman
7f1b8eae28 :Tabularize is not defined before .vimrc is executed, so that if statement
wasn't running.

That align pipes script for cucumber won't work unless it's in a plugin
file, so I came across the plugin for that and added it to .vimrc.bundles.

Edited the readme to link to tabularize and show the full customizations.
2012-10-15 10:04:33 -08:00
Richard Bateman
784ca86605 Fixed typo 2012-09-27 10:56:15 -06:00
Richard Bateman
c1ba140d03 Updated README.markdown with instructions for fork customization 2012-09-27 10:19:17 -06:00
Steve Francia
746a4bd135 Adding better update instructions. 2012-09-22 23:41:15 -03:00
Steve Francia
b0670a53a9 Fixing link to old installer in ReadMe 2012-09-22 23:27:57 -03:00
Joshua Valdez
861a84de24 Moved NERDCommenter link to correct location 2012-06-27 15:09:11 -07:00
Stéphane PY
f74cb51614 Fix link of ctrlp 2012-04-09 21:51:01 +03:00
Steve Francia
8ea22fdeb2 Merge branch '3.0' of github.com:spf13/spf13-vim into 3.0 2012-02-27 20:16:08 -05:00
Steve Francia
e42a2f41b3 Fixing some syntax errors in the readme. 2012-02-17 09:37:38 -05:00
Adam Comerford
cf29b81fc2 changed curl command to follow redirects in the README 2012-02-14 20:30:19 +00:00
Rory O’Kane
888dd2e007 fixed accidentally-duplicated phrase "by default" 2012-02-14 13:52:11 -05:00
Steve Francia
db6e86d60a Fixing some formatting issues with readme 2012-02-09 11:54:14 -05:00
Steve Francia
98f4b5685a More improvements to the readme. 2012-02-09 11:45:47 -05:00
Steve Francia
9a2af6affd More work on readme file (adding images). 2012-02-07 22:11:37 -05:00
Steve Francia
c9e09d2d59 add support for local bundles, general .vimrc and readme cleanup 2012-01-28 01:22:33 -05:00
Steve Francia
0e0d125a1a A ton of changes, a few new plugins, removing a few old ones... prepping for release 2012-01-26 22:52:28 -05:00
Steve Francia
62d699e28d Updating the read me (better windows instructions) 2012-01-09 15:04:00 -05:00
Steve Francia
f6fbdcabb6 using $HOME for vundle install 2011-11-20 00:45:36 -05:00
Steve Francia
1a761c6275 Updating README for 3.0 release 2011-11-20 00:17:31 -05:00
Steve Francia
0db58c59f4 updated README.markdown to show the 3.0 version of the bootstrap installer. 2011-08-02 11:43:49 -03:00
Steve Francia
130dee4dd2 updated read me to new github.com address 2011-08-02 11:37:39 -03:00
Steve Francia
67803b6454 readme update 2011-04-25 08:22:16 -04:00
Steve Francia
2f419b9e58 Updated readme. bootstrap install script. Better installation 2011-03-10 22:05:06 -05:00
Steve Francia
2778f66750 updating readme, fixing a couple links 2010-10-02 16:33:25 -04:00
Steve Francia
cf246e738b updating instructions to clone public repo 2010-09-29 20:29:26 -04:00
spf13
e2db1fc8ab improve vim compatibility with Windows 7, update readme 2010-08-11 13:53:43 -04:00
Steve Francia
d458a036c3 updated the readme with better install directions 2010-08-10 11:24:24 -04:00
Steve Francia
83b27da902 updated mappings, fixed broken links in readme, updated children 2010-05-15 23:57:04 -04:00
Steve Francia
875f119e68 adding links to the list of plugins in the readme file 2010-04-28 00:08:42 -04:00
Steve Francia
25f0eaa920 Adding tomtom's checksyntax plugin (as submodule). :CheckSyntax to use 2010-04-26 18:51:51 -04:00
Steve Francia
6d8ed06802 Adding Matchit 2010-04-25 00:21:42 -04:00