Commit Graph

338 Commits

Author SHA1 Message Date
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
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
nick
ccb87f5268 check for plugin existence before setting options, mappings, etc 2014-06-16 18:36:31 -07: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