Commit Graph

240 Commits

Author SHA1 Message Date
John Tyree
41ede1b430 Move UnBundle to .vimrc.bundles with a note 2013-11-26 22:32:18 -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
Jove Yu
7207214852 change airline theme, match with solarized theme 2013-11-22 17:00:23 +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
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
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
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
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
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
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
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
Stephen Bennett
db3e8cad22 Option to clear instead of toggle search highlighting 2013-09-05 01:41:13 -06: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
Saswat Padhi
ab6e2d4e6e 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-09-03 01:18:33 +05:30
Steve Francia
0240f11bfb before -> before.local & adding before.fork 2013-08-31 09:27:10 -04:00
Mike Funk
2783fb3f11 updated documentation and comments for .vimrc.before 2013-08-28 10:19:03 -04:00
Steve Francia
98f0ee3e73 Merge pull request #434 from mikedfunk/patch-1
Source optional .vimrc.before
2013-08-27 19:21:31 -07:00
Steve Francia
1ed271ddfd Merge pull request #432 from jcromero/3.0
Add mappings for some more fugitive commands: Gread and Gedit
2013-08-27 19:20:37 -07:00
Mike Funk
45b1054e8c Source optional .vimrc.before
Adding an optional .vimrc.before as suggested by @spf13 in Issue #428
2013-08-27 18:01:56 -04:00
beepscore
2ec0e17618 Workaround fix for vim-gitgutter issue #106
Reference
https://github.com/airblade/vim-gitgutter/issues/106
2013-08-27 01:12:00 -07:00
Juan Carlos Romero
a0fe2fb304 Add mappings for some more fugitive commands: Gread and Gedit 2013-08-26 20:26:42 +02:00
Stephen Bennett
6a7c01d40b Add various useful commands
* Shell command opens split with results from running command
* * Similar to !<command>
* Find merge conflict search
* Tag files can be placed in .git/tags and will be found at all levels
  of a git repository
* New airline separators
* Allow repeating visual mode commands
* Minor formatting
2013-08-24 09:33:49 -06:00
Jacob Walker
b4f2be715a Airline: Disabling Powerline Fonts and Updating README 2013-08-24 00:28:18 -05:00
pk-nb
84ce87a965 Aesthetic fix for current-line gutter highlight 2013-08-11 10:56:59 -04:00
Jacob Walker
0e4a4ab22d Airline: Configure to Look More Like Powerline
+ Moving variables to .vimrc
2013-07-31 16:11:12 -05:00
ljani
2051b16d25 Fixed neocomplete configuration according to the migration guide: https://github.com/Shougo/neocomplete.vim/wiki/neocomplete-migration-guide 2013-07-30 23:23:20 +03:00
Anthony Carathimas
0a14e18d10 added support for neocomplete 2013-07-29 11:02:39 -04:00
ljani
bd6fe2503f Expect j and k to behave consistently in normal, visual, operator and select mode and thus use noremap instead of nnoremap for j and k.
Signed-off-by: ljani <ljani@fake.server>
2013-07-16 22:32:54 +03:00
spf13
cdf22abd2e Merge branch '3.0' of https://github.com/victoredwardocallaghan/spf13-vim into victoredwardocallaghan-3.0
Conflicts:
	.vimrc
2013-07-08 22:49:10 -04:00
ljani
47380d8d57 Don't set shell to /bin/sh on Windows. Setting the shell to sh on Windows breaks eg. Vundle.
Signed-off-by: ljani <ljani@server.fake>
2013-06-30 13:20:25 +03:00
Edward O'Callaghan
3cae524232 Revert setting PATH in .vimrc, in reality the user should be setting this up in there shell properly any way. 2013-06-28 06:42:45 +10:00
Steve Francia
40a65a0729 Add support for detecting .coffee files. 2013-06-27 15:09:50 -04:00
GaelanS
eeb2a0ef3c Remove quotes around /bin/sh. 2013-06-25 20:44:56 -06:00
GaelanS
efcae84315 Set sh as the default shell.
Some people use non-POSIX shells. Vim has trouble with non-POSIX login shells.
2013-06-25 00:26:38 -06:00
Edward O'Callaghan
00a06cf40a Haskell: Improve indent and comment support, fix spelling highlighting issue and provide source sanity check on save with ghcmod. 2013-06-24 22:27:13 +10:00
Steve Francia
f1aae50333 Merge pull request #377 from victoredwardocallaghan/3.0
initial Haskell support.
2013-06-23 19:21:16 -07:00
Matthew M. Keeler
1eb005b541 Issue #341 Cursor on first line for git commit msg 2013-06-21 22:59:20 -05:00