Commit Graph

357 Commits

Author SHA1 Message Date
Supr
cd86dbd262 Tiny change to fix "Could not resolve airline theme "solarized". Themes have been migrated to github.co m/vim-airline/vim-airline-themes." as vim-airline made a update days ago. 2016-02-03 23:43:24 +08:00
Steve Francia
808ac12401 Merge pull request #853 from spf13/remove-win16
Remove win16 from WINDOWS()
2015-11-16 22:28:29 -05:00
spf13
41944496fd Better configuration for Go-Vim 2015-11-16 22:05:03 -05:00
spf13
9af9ba73cf Fix the awful double escape bug 2015-11-16 18:04:55 -05:00
Johnny Robeson
d5864bfc07 Remove win16 from WINDOWS()
I can't imagine this ever working :)
2015-11-16 03:43:13 -05:00
spf13
0718277b8e Add luochen1990/rainbow for better paren visual parsing 2015-11-12 08:34:15 -05:00
Steve Francia
6aa61d00de Merge pull request #829 from demon386/3.0
Silently restore cursor.
2015-11-04 17:17:06 -05:00
toejough
61c476b30b use pymode even for python3
pymode works for python 3 (https://github.com/klen/python-mode/issues/197).  So far, this update (allowing it when python3 is present) seems to work fine for me.
2015-10-09 11:44:16 -04:00
M. Tong
e58db834aa Silently restore cursor. 2015-09-26 19:02:24 +08:00
Steve Francia
eeb5c57451 Merge pull request #794 from j1mr10rd4n/easyedit-spf13-config
Easily edit spf13-vim configuration
2015-08-03 12:41:04 -04:00
zhlinh
1df9d655a8 Use ag firstly for ctrlp in windows too 2015-07-19 20:23:12 +08:00
toejough
91035304c4 Summary: Fixes #764 - Revert "some useful mappings I use everyday"
Problem:
The "useful mappings" override existing, arguably *more* useful
mappings.

Analysis:
Revert the commit.
This commit reverts commit 96678bcd99.

Testing:
Used the old mappings successfully.

Documentation:
No change - the reverted commit did not add/modify docs.
2015-06-26 13:13:40 -04:00
Jim Riordan
b5a13f0046 Fix typo 2015-06-17 14:49:39 +10:00
Jim Riordan
b140b32672 Configurify the mappings for editing/applying the spf13 config
A user can set the following variables in their .vimrc.before.local file
to customise the key mappings:

g:spf13_edit_config_mapping
g:spf13_apply_config_mapping

the defaults are <leader>ev and <leader>sv respectively
2015-06-17 14:35:59 +10:00
Jim Riordan
5315ee88d0 Allow easy opening of spf13-vim config files
<leader>ev is mapped to a function that opens the following files in a new tab
.vimrc
.vimrc.before
.vimrc.bundles
.vimrc.local
.vimrc.before.local
.vimrc.bundles.local
.vimrc.fork
.vimrc.before.fork
.vimrc.bundles.fork

<leader>sv is mapped to a function that reloads the spf13 config
2015-06-17 12:06:41 +10:00
Steve Francia
03b9801e06 Merge pull request #778 from leowzukw/patch-3
Add way to toggle background light or dark
2015-05-21 16:23:03 -04:00
Fabián Heredia Montiel
7f357223f9 Fix issue 780 with @appbead patch 2015-05-20 14:43:20 -05:00
Leo Wzukw
e158e176b6 Add way to toggle background light or dark
There is maybe a better place for this.

I'm a VimL beginner, I hope my code is correct. At home, it works.
2015-05-14 16:49:02 +02:00
Javier Tia
661b9c13c2 Remove map semicolon to colon
This overwrites the original mapping of repeating the last f/F/t/T
command.
2015-05-05 09:24:59 -06:00
spf13
6ddb460499 You can't add comments to the tail of a remap line 2015-05-01 15:57:16 -04:00
spf13
86003ba13a Fixing error message on startup 2015-05-01 15:50:56 -04:00
Steve Francia
1edb0d9204 Merge pull request #710 from dsimmons/refactor/remove-unneeded-config
Removed superfluous TagBar config for golang.
2015-05-01 15:33:34 -04:00
Steve Francia
aa93465d9c Merge pull request #721 from jazmit/correct-tabularize-assign
Changed `<Leader>a=` to only align one `=` sign
2015-05-01 15:32:06 -04:00
Steve Francia
7f9460f3b6 Merge pull request #749 from ptzz/3.0
Fix reloading of .vimrc
2015-05-01 15:18:43 -04:00
Steve Francia
94946c72d2 Merge pull request #754 from ajitsing/3.0
some useful mappings I use everyday
2015-05-01 15:14:40 -04:00
Louis Pan
c9e5c9de02 fixed missing . in <S-CR> bindings 2015-04-24 19:51:51 +10:00
ajitsingh
96678bcd99 some useful mappings I use everyday 2015-04-13 19:39:25 +05:30
ptzz
dcd3a235ac Fix reloading of .vimrc
Issue: If g:ctrlp_user_command have been customized, reloading .vimrc
with :so $MYVIMRC produces "E706: Variable type mismatch for:
g:ctrlp_user_command"
2015-04-05 22:02:50 +02:00
itchyny
32b6565889 Fix abbreviation of option name for readability 2015-03-14 10:30:51 +09:00
jazmit
095a23cc1c Changed <Leader>a= to only align one = sign
Currently `<Leader>a=` acting on the following:
````
a = b == 3
xyz = u == v
````
produces
````
a   = b = = 3
xyz = u = = v
````
.. which is probably not what the user intended.
Since aligning `=` almost always refers to assignment, it makes sense to only align the first one.
2015-02-04 20:35:43 +00:00
Dan Simmons
e841851489 Removed superfluous golang TagBar var in .vimrc. 2014-12-30 23:09:48 -05:00
Steve Francia
a8f8b19768 Merge pull request #697 from regedor/3.0
Fixed edit shortcuts for paths containing spaces
2014-12-08 21:02:31 -05:00
Steve Francia
58b5765fb1 Merge pull request #689 from drake01/3.0
added check for override_spf13_bundles in vimrc
2014-12-08 21:02:09 -05:00
Steve Francia
764cebfef3 Merge pull request #687 from edi9999/patch-1
Update .vimrc
2014-12-08 21:01:50 -05:00
leowzukw
1ca8fe061a Remove traillings 2014-12-06 11:30:21 +01:00
Miguel Regedor
366e81df66 Fixed edit shortcuts for paths containing spaces
This is the current implementation on http://vimcasts.org/e/14 
The original one would not work for paths containing spaces or other strange characters.
2014-12-03 16:55:07 +01:00
drake01
11dda52acb added check for override_spf13_bundles in vimrc 2014-11-08 20:47:00 +05:30
Edgar Hipp
7f6b867b0a Update .vimrc
I don't want trailing spaces in my sql :-)
2014-11-06 17:38:47 +01:00
Wolfgang Pfnür
a299f3156a replace iunmap <CR> with inoremap <CR> <CR>
If noninvasive completion is set, i get the following error:

Error detected while processing ~/.vimrc:
line  730:
E31: No such mapping
Press ENTER or type command to continue

To avoid this "no such mapping" error, instead of unmapping the commands for <CR> one can simply overwrite it with itself to reset it, which works regardless of wether the mapping existed or not.
2014-09-03 09:21:55 +02:00
spf13
4229220da6 Adopting the Apache 2 License. Fixed #653 2014-08-26 16:02:03 -04:00
咚咔
c0865eb3b8 Fixed regex of NERDTreeIgnore.
NERDTree does'nt show directory which name containing '.git' '.svn' or '.hg'(e.g. 'cupen.github', 'a.svna').
The regx of `NERDTreeIgnore` was‘nt working right,I fixed it..
2014-08-17 14:25:50 +08:00
Steve Francia
ab42a6f45b Merge pull request #651 from globin/rust_puppet
improve rust and puppet support
2014-08-16 20:42:29 -04:00
Steve Francia
1bdba7e126 Merge pull request #636 from chrisnicola/dont-remap-cr
Don't remap <CR> for omnicomplete it causes issues
2014-08-16 20:38:37 -04:00
Robin Gloster
a570c9b1a8 improve rust and puppet support 2014-08-03 14:51:11 +02:00
spf13
c11055ed29 Removing csapprox ... and there was rejoicing in the terminals 2014-07-30 00:16:02 -04:00
Chris Nicola
9972cd895e Don't conceal JSON syntax
Because hiding characters is a terrible idea. I can't believe the JSON plugin actually does this by default but it does. This is apparently the proper way to disable it. Fixes #375.
2014-07-06 22:24:15 -07:00
Chris Nicola
412556c2e8 Don't remap <CR> for omnicomplete it causes issues
fixes issue #280
2014-07-06 22:11:39 -07:00
Steve Francia
6751579395 Merge pull request #624 from nmacinnis/feature-check_for_plugins 2014-06-30 14:33:15 -04:00
spf13
21ff7373bc fixed #547. Better end of word handling. 2014-06-30 14:22:19 -04:00
spf13
40b91a694e Better handling of neocomplete closing. 2014-06-30 14:12:10 -04:00