Skip to content

Commit e9b96e9

Browse files
committed
Merge branch '3.0' of github.com:spf13/spf13-vim into 3.0
2 parents f501ba1 + 1c634fa commit e9b96e9

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.vimrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@
543543

544544
" JSON {
545545
nmap <leader>jt <Esc>:%!python -m json.tool<CR><Esc>:set filetype=json<CR>
546+
let g:vim_json_syntax_conceal = 0
546547
" }
547548

548549
" PyMode {

.vimrc.bundles

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
" In your .vimrc.before.local file
9292
" list only the plugin groups you will use
9393
if !exists('g:spf13_bundle_groups')
94-
let g:spf13_bundle_groups=['general', 'writing', 'neocomplcache', 'programming', 'php', 'ruby', 'python', 'twig', 'javascript', 'html', 'misc',]
94+
let g:spf13_bundle_groups=['general', 'writing', 'neocomplcache', 'programming', 'php', 'ruby', 'python', 'javascript', 'html', 'misc',]
9595
endif
9696

9797
" To override all the included bundles, add the following to your
@@ -192,6 +192,7 @@
192192
if count(g:spf13_bundle_groups, 'php')
193193
Bundle 'spf13/PIV'
194194
Bundle 'arnaud-lb/vim-php-namespace'
195+
Bundle 'beyondwords/vim-twig'
195196
endif
196197
" }
197198

@@ -274,12 +275,6 @@
274275
endif
275276
" }
276277

277-
" Twig {
278-
if count(g:spf13_bundle_groups, 'twig')
279-
Bundle 'beyondwords/vim-twig'
280-
endif
281-
" }
282-
283278
endif
284279

285280
" }

0 commit comments

Comments
 (0)