Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working - installation through Vundle #85

Open
o-alexandrov opened this issue Aug 14, 2017 · 0 comments
Open

Not working - installation through Vundle #85

o-alexandrov opened this issue Aug 14, 2017 · 0 comments

Comments

@o-alexandrov
Copy link

o-alexandrov commented Aug 14, 2017

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

@o-alexandrov o-alexandrov changed the title Not working installing through Vundle Not working - installation through Vundle Aug 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant