Commit Graph

951 Commits

Author SHA1 Message Date
Gabriel Muñumel
9e1bf1908f Improve the readme to show an option to configure the
environment variables because they are not set by
default with gVim.
2014-08-06 18:30:58 -04:30
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
spf13
e9b96e913c Merge branch '3.0' of github.com:spf13/spf13-vim into 3.0 2014-07-30 00:13:52 -04:00
spf13
f501ba1f31 Adding tpope/commentary 2014-07-30 00:13:43 -04:00
spf13
d326682347 Adding Toml support 2014-07-30 00:13:27 -04:00
Gabriel Muñumel
a04e65f5cc Improve the readme showing an option to configure the
enviroment variables because they are not set by default by
gVim.
2014-07-29 11:59:08 -04:30
Steve Francia
1c634fa670 Merge pull request #642 from webmaven/patch-1 2014-07-13 21:39:01 -04:00
Michael R. Bernstein
fa611c5f7e Remove twig from default bundles. 2014-07-12 13:22:00 -05:00
Michael R. Bernstein
aa5c8289fc Move beyondwords/vim-twig into PHP bundle. 2014-07-12 13:19:38 -05:00
Johnny Robeson
4c5bf0d606 Merge pull request #637 from chrisnicola/patch-3
Don't conceal JSON syntax by default
2014-07-07 01:48:25 -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
spf13
a040dd554a Merge branch '3.0' of github.com:spf13/spf13-vim into 3.0 2014-06-30 14:38:56 -04:00
spf13
a097eb9c47 Closing #500. xptemplate support for scala. 2014-06-30 14:38:40 -04: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
983785d42b Add tpope/vim-repeat to default install 2014-06-30 13:57:29 -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
4ab3c6f6d9 Merge pull request #623 from krblt/readme-update
explain default bundles for a fork
2014-06-30 11:36:40 -04:00
Steve Francia
1531256873 Merge pull request #627 from jrobeson/patch-2
remove spf13-vim 3.0 note
2014-06-30 11:30:28 -04:00
Johnny Robeson
82c924dbf5 remove spf13-vim 3.0 note
It's from two years ago and makes the text a bit too long. The upgrade from prior versions is mentioned in the Installation section
2014-06-22 05:02:22 -04:00
nick
ccb87f5268 check for plugin existence before setting options, mappings, etc 2014-06-16 18:36:31 -07:00
krblt
1eda954a8a explain default bundles for a fork 2014-06-09 13:08:37 +03: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
273d5a6e7b Merge pull request #595 from MattWoelk/3.0
Removed bundle 'justinmk/vim-sneak'; it messed with default 's' key.
2014-06-04 11:06:40 -04:00
Steve Francia
9028b86c7f Merge pull request #605 from krblt/default-bundles
Introduce .vimrc.bundles.default
2014-06-04 11:06:14 -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
Steve Francia
78b2d2d83f Merge pull request #607 from Copperfield/3.0
Update bootstrap.sh
2014-06-04 11:04:29 -04:00
Steve Francia
6c21c32ece Merge pull request #613 from sebastianbergmann/patch-1
it's -> its
2014-06-04 11:04:04 -04:00
Steve Francia
cc84ca2ff0 Merge pull request #620 from BlackIkeEagle/consistent-ag-ack-ack-grep
be consistent about ag, ack-grep and ack switches
2014-06-04 11:03:57 -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
Sebastian Bergmann
3b851bbeb0 it's -> its 2014-05-22 11:51:54 +02:00
Copperfield
85cbd48c75 Update bootstrap.sh 2014-05-04 12:48:34 +02:00
Gokhan KARABULUT
1f5d4da95a Fix setup_vundle to install default bundles. 2014-05-03 22:51:54 +03: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
krblt
cb6e5634bb Introduce .vimrc.bundles.default 2014-05-03 20:24:34 +03:00
DaveMC08
66896dd2bc Update .vimrc
adding another filetype to the autocmd to remove trailing spaces
2014-04-29 13:27:31 -04:00
Matt Woelk
bce08f97e7 Removed bundle 'justinmk/vim-sneak'; it messed with default 's' key. 2014-04-11 09:02:52 -05:00
spf13
b15eeb62b3 Removing some of the more obscure languages from the default groups.
Please set g:spf13_bundle_groups in your .vimrc.before.local file to enable using these languages
2014-04-02 09:20:29 -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