Commit Graph

307 Commits

Author SHA1 Message Date
spf13
40b91a694e Better handling of neocomplete closing. 2014-06-30 14:12:10 -04:00
spf13
107b93b3cf Some improvements to clipboard support 2014-06-30 13:59:02 -04:00
spf13
c60f84aa24 Adding wildfire support.. Hit return to use it. 2014-06-30 13:58:30 -04:00
spf13
49e1bcf1aa Fixed #617. period is now an end of word designator 2014-06-30 12:54:24 -04:00
spf13
391f61aac7 fixed #474 . Smaller default font on gvim 2014-06-30 12:34:21 -04:00
Steve Francia
c65d092ff6 Merge pull request #587 from JoveYu/3.0
fix PyMode setting; add ctrlp-funky
2014-06-04 11:07:19 -04:00
Steve Francia
488a07400f Merge pull request #601 from DaveMC08/patch-1
Update .vimrc
2014-06-04 11:04:59 -04:00
Steve Francia
e5ff1dd18e Merge pull request #606 from pjvds/patch-1
Add neocomplcache_omni_patterns for Go
2014-06-04 11:04:48 -04:00
BlackEagle
33c31b4708 be consistent about ag, ack-grep and ack switches
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
2014-06-03 12:38:50 +02:00
Pieter Joost van de Sande
3b6eab193e Add neocomplcache_omni_patterns for Go
The default omni pattern is not working for Go and the following pattern is added explicitly:

    let g:neocomplcache_omni_patterns.go = '\h\w*\.\?'
2014-05-03 19:54:30 +02:00
DaveMC08
66896dd2bc Update .vimrc
adding another filetype to the autocmd to remove trailing spaces
2014-04-29 13:27:31 -04:00
spf13
2be7e68236 Enable snippets in go when using neosnippet 2014-04-02 09:19:41 -04:00
spf13
ae2fe5a3b4 Adding a set of bundles for Writing in Vim 2014-04-02 09:16:55 -04:00
spf13
3d430e5c94 Moving go support to fatih/vim-go 2014-03-31 16:25:32 -04:00
spf13
ae9c9fdb71 Better <CR> and <Tab> handling when popup menu is present for autocomplete & snippets. 2014-03-31 16:24:39 -04:00
yushijun
c0cfed3ed4 fix PyMode setting; add ctrlp-funky 2014-03-27 14:57:29 +08:00
John Tyree
5f6b198f0f Fix test for 'unnamedplus' again... 2014-02-19 16:02:28 -06:00
John Tyree
cf15144f20 Test for +X11 before using clipboard=unnamedplus 2014-02-18 17:27:06 -06:00
John Tyree
1a4fd8b8e6 Merge pull request #559 from rekendahl/3.0
Screen program mapping is now opt-in (as it slows down exits from insert back to normal mode)
2014-02-12 10:27:52 -06:00
Robert Ekendahl
9b2363616e Removed screen program mapping 2014-02-11 16:14:30 -05:00
Robert Ekendahl
a6c6647dc2 Screen program mapping is now opt-in
This as it slows down exit from insert mode for many users
2014-02-11 10:16:57 -05:00
lukedomanski
4122da2502 rolled back some changes to ensure d0 and d^ match default behaviours, spf13/spf13-vim#464 2014-02-05 22:51:12 +11:00
lukedomanski
7b21d20f24 fixed wrap relative motion mappings to address problem reported in spf13/spf13-vim#464 , d$ now deletes last character of line 2014-02-05 22:04:22 +11:00
lukedomanski
33091b2609 added spf13 option to enable/disable wrap relative movement mappings 2014-02-05 11:16:58 +11:00
Steve Francia
ce0d5ce2e7 Merge pull request #537 from perfectworks/noOmniComplete
add a switch to disable omni complete
2014-02-03 11:45:08 -08:00
Steve Francia
364b1c5799 Merge pull request #545 from julianduque/3.0
Fix no_conceal on youcompleteme
2014-02-01 10:37:57 -08:00
Julian Duque
47d795201d Fix no_conceal on youcompleteme 2014-01-31 20:26:17 -05:00
perfectworks
4ec01f5dda add a switch to disable omni complete 2014-01-27 18:17:56 +08:00
Richard Bateman
a828428c7f Change ctrl-e to use nerdtree-tabs instead of nerd tree native 2014-01-20 09:49:26 -07:00
JimmyG
90f642898a try to fix #526 issue 1, prevent "<C-k>" from invoking its self looply. 2014-01-16 23:34:38 +08:00
Troy Patrick
e715394c38 Remapped default snippet expansion and movement options for ultisnips. 2014-01-07 15:24:32 -05:00
Troy Patrick
b36d04943d Added YouCompleteMe configuration block. Ultisnips now default snippet
provider for ycm.
2014-01-07 15:24:02 -05:00
spf13
84f4d5af9a Merge branch 'PR-505' into 3.0
Conflicts:
	.vimrc
2014-01-03 15:58:39 -05:00
spf13
7359d221b6 Remove transparency (by default) when using macvim 2014-01-03 15:53:29 -05:00
spf13
6a8e1b8845 Better windows detection 2014-01-03 15:53:07 -05:00
spf13
5386dd6202 Merge branch 'PR-503' into 3.0 2014-01-03 15:17:59 -05:00
lukedomanski
ec8d76cd2a Changed .vimrc so that handling of g* wrap realtive mappings works in visual mode 2013-12-12 11:10:49 +11:00
lukedomanski
e1f97f57a1 Changed .vimrc to fix issue with g* wrap relative line movement mapping not reverting to standard behaviour under nowrap setting 2013-12-12 06:07:22 +11: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
47547b8541 Use platform identify functions 2013-11-30 22:25:41 -06:00
John Tyree
da6c9307ff Add spf13_no_big_font 2013-11-30 22:19:48 -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