forked from leshill/vim-json
-
Notifications
You must be signed in to change notification settings - Fork 111
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
warnings not being displayed at all #96
Comments
I'm seeing the same thing with neovim:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I just installed the plugin and tried the sample json file. None of the errors will be displayed. Even when I insert complete gibberish text and numbers, they will not be recognized as false input.
I tried
let g:vim_json_warnings = 1
(which I assume is the standard value anyway, right?), but there is nothing.I have also looked through the issues here and found somebody's manual snippet to add ti
$MYVIMRC
, which kinda worked: some errors would be displayed (incorrect colons/semicolons), but not things like thisthis should all be wrong, but nothing got marked as incorrect; same for the sample.json, the errors there would not be marked in red.
What am I doing wrong?
I am using
plugged
as my plugin manager, usevim_airline
andcolorscheme onedark
, if that is of any help.gvim --version
==>VIM - VI IMproved 8.1 (2018 May 18 compiled Mar 29 2019)
.Thanks in advance for your help :)
The text was updated successfully, but these errors were encountered: