Skip to content

Not working - installation through Vundle #85

@o-alexandrov

Description

@o-alexandrov

Does it still work installing through Vundle?

In my case, the plugin doesn't conceal the quotes and seems not to work at all.
I have tried to add the following to the end of the .vimrc:

" vim-json
let g:vim_json_syntax_conceal = 2
autocmd InsertLeave *.json setlocal conceallevel=2 concealcursor=inc
augroup jsonshow
  au!
  au FileType json set conceallevel=2
  au FileType json let g:json_conceal="adgms"
  au FileType json hi Conceal guibg=White guifg=DarkMagenta
augroup END

Just in case I renamed .vimrc to vimrc.txt and pasted it here also:
vimrc.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions