Commit Graph

774 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
5c7b264ea6 Add nmap <leader>sc :SessionClose<CR> 2013-12-02 11:14:33 -06:00
John Tyree
36db23af62 Missing quote in variable name 2013-12-01 22:42:46 -06: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
809c38e67a Merge remote-tracking branch 'upstream/3.0' into no-clobbers-and-cleanup
Conflicts:
	.vimrc
2013-11-30 22:41:39 -06:00
John Tyree
3f75acd05a Remove redundant code 2013-11-30 22:32:25 -06:00
John Tyree
47547b8541 Use platform identify functions 2013-11-30 22:25:41 -06:00
John Tyree
fb39461a14 Turn off spell. The whole file is commented code. 2013-11-30 22:22:19 -06:00
John Tyree
55d902a4ce Show how to avoid multi-cursor mappings 2013-11-30 22:20:41 -06:00
John Tyree
fd79189682 Remove dead code 2013-11-30 22:20:18 -06:00
John Tyree
d14146c46e Fix syntax error for spf13_no_fastTabs 2013-11-30 22:20:04 -06:00
John Tyree
da6c9307ff Add spf13_no_big_font 2013-11-30 22:19:48 -06:00
John Tyree
388ff135a8 Add note about purpose of vimrc.before 2013-11-30 22:19:02 -06:00
John Tyree
779af944e8 Turn off spell. The whole file is commented code. 2013-11-30 22:18:46 -06:00
John Tyree
beb8fd5337 airline_theme can be set from .vimrc.local 2013-11-30 22:17:44 -06:00
John Tyree
adf514c9e8 Honor spf13_no_neosnippet_expand 2013-11-30 22:16:43 -06:00
John Tyree
aed4d05b43 Add map for git add by patch 2013-11-30 22:15:59 -06:00
John Tyree
94ca51f073 If no python, DISABLE pymode 2013-11-30 22:15:25 -06:00
John Tyree
7272036bbe Use ag or ack for ctrlp indexing if possible 2013-11-30 22:15:06 -06:00
John Tyree
127a75b029 Map localleader to _ 2013-11-30 22:14:19 -06:00
John Tyree
c5addb92e0 Better clipboard testing 2013-11-30 22:13:53 -06:00
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
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
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
58939b4add Add a note about the purpose of vimrc.before 2013-11-29 14:04:02 -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
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