You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
First of all thank you for this project, on which I rely for shell and vimscript linting.
I had trouble making diagnostic-languageserver work for vimscript though. I don't know if something changed recently, but the default entry:
does not seem to work. I had to change the "args" option to "args": ["%file"].
On macos high-sierra using vint 0.3.21 on Python 3.6.9 and vim 8.1.2072.
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi,
First of all thank you for this project, on which I rely for shell and vimscript linting.
I had trouble making
diagnostic-languageserver
work forvimscript
though. I don't know if something changed recently, but the default entry:does not seem to work. I had to change the "args" option to
"args": ["%file"]
.On
macos high-sierra
usingvint 0.3.21
onPython 3.6.9
andvim 8.1.2072
.Thanks a lot!
The text was updated successfully, but these errors were encountered: