Commit Graph

942 Commits

Author SHA1 Message Date
spf13
9af9ba73cf Fix the awful double escape bug 2015-11-16 18:04:55 -05:00
spf13
e96e1c1011 Adding rhysd/conflict-marker.vim 2015-11-12 09:00:08 -05:00
spf13
0718277b8e Add luochen1990/rainbow for better paren visual parsing 2015-11-12 08:34:15 -05:00
Steve Francia
980b4bb452 Merge pull request #848 from ddetkovs/patch-1
Switch back to terryma's version of vim-multiple-cursors
2015-11-06 08:48:28 -05:00
Deniss Detkovs
74a4e3a894 Switch back to terryma's version of vim-multiple-cursors
Terryma's repository is the one being maintained now.
2015-11-05 10:09:54 +00:00
Steve Francia
6aa61d00de Merge pull request #829 from demon386/3.0
Silently restore cursor.
2015-11-04 17:17:06 -05:00
Steve Francia
886873e074 Merge pull request #832 from russellb/patch-1
Update location of vim-easymotion.
2015-11-04 17:16:49 -05:00
Steve Francia
2c8619f941 Merge pull request #841 from toejough/patch-2
use pymode even for python3
2015-11-04 17:16:39 -05:00
Steve Francia
fc643dbe24 Merge pull request #846 from speedAD/3.0
fixed nvim symlik
2015-11-04 17:16:06 -05:00
speedAD
bb5b09f81e fixed nvim symlik 2015-11-02 01:07:36 +08: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
Johnny Robeson
d617e75acc Merge pull request #834 from pjvds/3.0
Fix uninstall.sh not executable
2015-10-02 16:30:24 -04:00
Pieter Joost van de Sande
59e21b0729 Fix uninstall.sh not executable
Updates filemode for uninstall.sh from 644 to 755.
2015-10-02 12:51:55 +02:00
Russell Bryant
b058cdf891 Update location of vim-easymotion.
vim-easymotion is now in the easymotion github org.
The previous location redirected to the new one, but
we might as well update the reference to the new location.
2015-09-30 11:31:31 -04:00
M. Tong
e58db834aa Silently restore cursor. 2015-09-26 19:02:24 +08:00
Johnny Robeson
748e494153 Merge pull request #777 from bronzehedwick/patch-1
Preliminary support for neovim
2015-09-02 17:02:43 -04:00
Chris DeLuca
9f78da8736 Preliminary support for neovim
A simple change to support neovim. Fixes #774.

Move nvimrc file inside .nvim directory

Only install neovim support if neovim is being used

Use program_exists function instead of vimscript

Made a hasty mistake and added vimscript to a bash script :X

Neovim not existing no longer stops script

Also correct `endif` to `fi`.

Refactor program_exists naming

Changed `program_exists` to `program_must_exist`, which throws an error which halts the script if the program is not found, and refactored `nvim_exists` to be the more general `program_exists`, which does not throw an error if the program is not found.

Refactor program_exists and program_must_exist

`program_must_exist` uses `program_exists` now, instead of repeating code. Changed `type` to `command -v` in `program_exists` to be more POSIX compliant. Refactored status code conditional in `program_exists` to remove double negatives. Thanks to @mkwmms for the suggestions.

Preliminary support for neovim

A simple change to support neovim. Fixes #774.

Move nvimrc file inside .nvim directory

Refactor program_exists naming

Changed `program_exists` to `program_must_exist`, which throws an error which halts the script if the program is not found, and refactored `nvim_exists` to be the more general `program_exists`, which does not throw an error if the program is not found.

Refactor program_exists and program_must_exist

`program_must_exist` uses `program_exists` now, instead of repeating code. Changed `type` to `command -v` in `program_exists` to be more POSIX compliant. Refactored status code conditional in `program_exists` to remove double negatives. Thanks to @mkwmms for the suggestions.
2015-09-02 09:47:40 -04:00
Johnny Robeson
851f2ac341 Merge pull request #818 from mortonfox/patch-1
Fix a link to neocomplete
2015-08-27 16:50:35 -04:00
Morton Fox
f8a6bfcbf6 Fix a link to neocomplete 2015-08-27 12:09:05 -04:00
Steve Francia
34300cb3ec Merge pull request #808 from laughingman182/3.0
Added Bundle 'powerline/fonts'
2015-08-03 12:41:45 -04: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
Steve Francia
34de0e0a3d Merge pull request #806 from zhlinh/windows_uses_ag_first
Use ag firstly for ctrlp in Windows too
2015-08-03 12:38:51 -04:00
Lee Savide
924fa229af Added Bundle 'powerline/fonts' since powerline, vim-powerline, & vim-airline won't really be usefull if they don't actually have fonts that make them look nice. 2015-07-25 10:33:43 -05:00
zhlinh
1df9d655a8 Use ag firstly for ctrlp in windows too 2015-07-19 20:23:12 +08:00
Steve Francia
4f64f56019 Merge pull request #791 from FranzSkuffka/3.0
Add vim with lua install instructions to readme
2015-07-16 10:08:45 -04:00
Steve Francia
45430804b4 Merge pull request #787 from toejough/3.0
Summary: Fixes #764 - Revert "some useful mappings I use everyday"
2015-07-16 10:07:25 -04: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
Johnny Robeson
be9260a05f Merge pull request #800 from ryanoasis/patch-1
small readme fixes
2015-06-21 16:24:06 -04:00
Ryan L McIntyre
4e0e8b8ac4 small readme fixes
* misc backtick code format consistency fixes
* added header link for ack.vim
2015-06-21 09:28:03 -04:00
Johnny Robeson
f383a7a54c Merge pull request #795 from j1mr10rd4n/fix-spelling
typo
2015-06-18 02:01:28 -04:00
Jim Riordan
17f2b8f589 Add documentation to Customizations section of README 2015-06-18 15:20:52 +10: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
Jan Wirth
5b805d59ed Add vim with lua install instructions to readme 2015-06-07 22:04:10 +02: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
Steve Francia
808dd7d532 Merge pull request #782 from chadluo/3.0
updated plugin name
2015-05-21 16:21:43 -04:00
Steve Francia
6c8cb839f3 Merge pull request #781 from fabianhjr/3.0
Resolve #780 with @appbead patch
2015-05-21 16:21:24 -04:00
chadluo
082cba2364 updated plugin name 2015-05-22 02:54:52 +10: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
Johnny Robeson
91d3d8edc6 Merge pull request #776 from xinan/3.0
Update project link for msysgit
2015-05-10 01:18:32 -04:00
Liu Xinan
8f5f160d4c Update project link for msysgit 2015-05-10 11:38:06 +08:00
Steve Francia
aaefac8f98 Merge pull request #768 from jetm/3.0
Remove map semicolon to colon
2015-05-05 15:42:11 -04: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
spf13
2d4af5a8e3 replacing autoclose with auto-pairs 2015-05-01 15:41:49 -04:00
Steve Francia
5ec903f5f5 Merge pull request #678 from taboularasa/3.0
add jiangmiao/auto-pairs
2015-05-01 15:40:49 -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