Commit Graph

646 Commits

Author SHA1 Message Date
John Tyree
e477f03c24 Why is this here? 2013-11-30 22:13:31 -06:00
John Tyree
6e90e757e6 Use platform identify functions 2013-11-30 22:13:18 -06:00
John Tyree
c7f9a03902 Add spf13_no_transparency 2013-11-30 20:10:38 -06:00
John Tyree
7aea39b0f9 Allow specifying an airline_theme in vimrc.before 2013-11-30 19:58:08 -06:00
John Tyree
5ef6d0ead5 Move indent guides coloring to vimrc.before 2013-11-30 19:51:30 -06:00
John Tyree
7460001ace Add spf13_no_conceal 2013-11-30 19:48:02 -06:00
John Tyree
0d0e6dd6a9 Avoid duplication between neocomplete and neocomplcache 2013-11-29 19:45:24 -06:00
John Tyree
0a1437a64f FIXME for haskell linting 2013-11-29 19:32:49 -06:00
John Tyree
ce9bff6614 Add spf13_no_conceal 2013-11-29 19:31:35 -06:00
John Tyree
ad9739ffbd Add less invasive completion mappings (neocomplcache) 2013-11-29 19:30:59 -06:00
John Tyree
666797b327 FIXME for haskell linting 2013-11-29 19:30:20 -06:00
John Tyree
0b0cb193cc Add less invasive completion mappings 2013-11-29 19:22:23 -06:00
John Tyree
7cfb123d2c Removed redundant chunk of code that wrongly implements SuperTabbing 2013-11-29 14:35:35 -06:00
John Tyree
2f3df05d62 Wrap neocompl supertab emulation in conditionals. Add to vimrc.before 2013-11-29 14:08:12 -06:00
John Tyree
3e793d38ef Add note to fixup FullScreen map 2013-11-29 13:52:56 -06:00
John Tyree
a8288b52ba Add rendered dependency graph 2013-11-29 12:20:30 -06:00
John Tyree
59fd278c75 Source fork and local last 2013-11-28 07:31:45 -06:00
John Tyree
7c134a0449 Source fork before local 2013-11-28 07:30:01 -06:00
John Tyree
c7a2bd929a Add note about has('x') testing 2013-11-28 06:59:42 -06:00
John Tyree
761370aaaa A visual representation of how the various config files are imported 2013-11-26 22:32:35 -06:00
John Tyree
41ede1b430 Move UnBundle to .vimrc.bundles with a note 2013-11-26 22:32:18 -06:00
John Tyree
08bce95a1d Source bundles.{fork,local} at the *end* of .bundles
Conflicts:
	.vimrc.bundles
2013-11-26 22:30:33 -06:00
John Tyree
3f2a3c3eac Source before config after environment and essentials are set up 2013-11-26 22:22:14 -06:00
Steve Francia
a799a4edc8 Merge pull request #489 from mhinz/add-signify
Add vim-signify; remove vim-gitgutter
2013-11-25 08:13:08 -08:00
Steve Francia
6be6043b79 Merge pull request #498 from JoveYu/3.0
some useful configuration
2013-11-25 08:11:52 -08:00
Jove Yu
7207214852 change airline theme, match with solarized theme 2013-11-22 17:00:23 +08:00
Jove Yu
abedb00c57 add bufferline, work well with airline 2013-11-22 16:57:14 +08:00
Jove Yu
f70be548eb add fullscreen mode for GVIM and Terminal 2013-11-22 16:56:31 +08:00
Marco Hinz
4b254f823d Add vim-signify; remove vim-gitgutter
References #488.
2013-11-05 12:54:10 +01:00
Steve Francia
eb48f32ae9 Merge pull request #485 from aauthor/sd-typo_fix
Update README.markdown
2013-10-30 08:06:39 -07:00
Steven Dunlap
c10e991807 Update README.markdown
fixed typo (or perhaps changed syntax) for Surround quick help
2013-10-30 10:56:00 -04:00
Steve Francia
2660227446 Merge pull request #469 from swapnilmj/3.0
Updated description of nowrap command
2013-10-20 08:11:19 -07:00
John Tyree
ee780733b0 Add <leader>gw :Gwrite<CR> mapping to Readme 2013-10-18 01:21:56 -04:00
Swapnil Joshi
b76c81aeec Updated description of nowrap command
Synced the description comment with the command.
Assumed comment was wrong instead of the command.
No offense, but isn't `set wrap` more comfortable? :)
2013-10-18 08:35:18 +05:30
Steve Francia
f4d83f53d4 Merge pull request #466 from memotype/3.0
Add other g* commands to go with gj, gk, etc.
2013-10-13 17:05:22 -07:00
Isaac Freeman
bdf475e3d1 Add other g* commands to go with gj, gk, etc.
Added maps in .vimrc for:
g$, g^, g0, g<Home>, g<End>
2013-10-13 18:03:11 -04:00
Steve Francia
a11c81901b Merge pull request #451 from sbennett18/3.0
Change config file `source`ing
2013-10-12 13:33:39 -07:00
spf13
327a06f6ad Merge branch 'teasp00n-solarized-fix' into 3.0
Conflicts:
	.vimrc
2013-10-12 16:19:35 -04:00
John Tyree
f7453a0991 Move test for whitespace stripping out of function.
Rather than have the function call be a noop, which is misleading and a waste of
resources, this commit simply moves the conditional test up to the call site. If
g:spf13_keep_trailing_whitespace exists then we simply don't call the Strip()
function. This way Strip() can just do its job when called. I, for example, have
<leader>ws bound to this function and call it manually when needed. Hiding the
conditional inside the function broke that.
2013-10-12 16:18:26 -04:00
Benjamin Bergman
5af90958f8 Add map for Tabularizing on left aligned commas 2013-10-12 16:18:26 -04:00
lengyuefeng
1df14546cf fix bug of .vim directory
In the repo, there's no .vim directory, so I think the shell should
create it first.
2013-10-12 16:18:26 -04:00
Jacob Walker
2fa6d2bd7a Update airline documentation
+ Update README and linked image
2013-10-12 16:18:26 -04:00
Stephen Bennett
6c379d3a72 Update some formatting 2013-10-12 16:18:26 -04:00
Stephen Bennett
c6014b98c4 Fix solarized if statement
endif came before setting all options
2013-10-12 16:18:26 -04:00
Stephen Bennett
476e2758e1 Option to clear instead of toggle search highlighting 2013-10-12 16:15:35 -04:00
Stephen Bennett
a8c04ef701 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-10-12 16:15:35 -04:00
perfectworks
85909e3f0c auto restore cursor to last edit position when open file 2013-10-12 16:15:35 -04:00
Saswat Padhi
0e5414e90f Conditionally override airline separators only if powerline fonts are not used.
The Airline separators were unconditionally overridden. I have conditionally overridden the separators only if the user doesn't use Powerline fonts.

User is expected to specify `g:airline_powerline_fonts=1` in `~/.vimrc.before.local` instead of `~/.vimrc.local`.
2013-10-12 16:15:35 -04:00
Steve Francia
c75fdfa52c Merge pull request #458 from bigwind/3.0
fix bug of .vim directory
2013-10-12 13:12:49 -07:00
Steve Francia
a89c00f9d2 Merge pull request #465 from johntyree/ws_strip
Move test for whitespace stripping out of function.
2013-10-12 13:10:10 -07:00