Commit Graph

631 Commits

Author SHA1 Message Date
spf13
39b8dce841 Merge branch '3.0' of github.com:spf13/spf13-vim into 3.0 2013-12-04 14:25:57 -05:00
John Tyree
3c981c0e75 Merge pull request #507 from wari/patch-1
Fixed: vim-snippets URL does not exist
2013-12-01 10:35:50 -08:00
Wari Wahab
46dc2d038f Fixed: vim-snippets URL does not exist
Point to https://github.com/spf13/snipmate-snippets instead
2013-12-01 22:24:02 +08:00
John Tyree
2be2d0129a Merge pull request #493 from willdietrich/disable-auto-colors
Need to disable indent guides auto colors.
2013-11-30 17:42:23 -08:00
spf13
d1d942a6c8 Adding vim-sneak 2013-11-25 15:21:27 -05:00
spf13
a0e0607c9d adding vim-over 2013-11-25 15:19:30 -05:00
spf13
56d828ceee removed unused 'link' 2013-11-25 15:07:59 -05: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
Will Dietrich
b18f99e0ac Need to disable indent guides auto colors. If not explicitly disabled the defined colors are always overridden. 2013-11-10 21:16:21 -07: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
John Tyree
b83a62fdc1 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:03:17 -04:00
Steve Francia
28673c047d Merge pull request #459 from BenBergman/tabularize-commas-left-align
Add map for Tabularizing on left aligned commas
2013-10-01 15:20:53 -07:00
Benjamin Bergman
ba5eec66fe Add map for Tabularizing on left aligned commas 2013-09-19 14:37:55 -05:00
lengyuefeng
4778fb2ded fix bug of .vim directory
In the repo, there's no .vim directory, so I think the shell should
create it first.
2013-09-14 16:28:19 +08:00
Steve Francia
5f5dc19792 Merge pull request #446 from perfectworks/saveLastJump
auto restore cursor to last edit position when open file
2013-09-09 07:20:13 -07:00
Steve Francia
429177e4e7 Merge pull request #454 from jacobwalker0814/airline_doc
Update airline documentation
2013-09-09 07:19:15 -07:00
Jacob Walker
29ccd34205 Update airline documentation
+ Update README and linked image
2013-09-08 15:58:36 -05:00
Troy Patrick
97906e8b24 Changed solarized options from high to normal. These are the tested defaults. 2013-09-07 16:14:43 +12:00
Stephen Bennett
bf66c5dd58 Move before config source
Place the source commands for .vimrc.before.local & .vimrc.before.fork
in .vimrc.before to reduce clutter in .vimrc
2013-09-06 16:31:53 -06:00
Stephen Bennett
bf4d8380c7 Remove redundant sourcing
.vimrc.bundles.local & .vimrc.bundles.fork are both sourced in
.vimrc.bundles, so remove the redundant sourcing from .vimrc
2013-09-06 16:31:39 -06:00
Stephen Bennett
3dec9616b4 Clean .vimrc.bundles 2013-09-06 16:25:09 -06:00
Steve Francia
3ed660a27d Merge pull request #449 from sbennett18/3.0
New spf13-vim option, formatting, solarized if statement fix
2013-09-05 10:22:03 -07:00
Steve Francia
05af4740f1 Merge pull request #447 from sbennett18/before
Populate .vimrc.before with all spf13 options
2013-09-05 10:20:55 -07:00
Stephen Bennett
36936db3ec Update some formatting 2013-09-05 01:41:15 -06:00
Stephen Bennett
c662fc527a Fix solarized if statement
endif came before setting all options
2013-09-05 01:41:15 -06:00