mattn / vim-lsp-settings

Auto configurations for Language Server for vim-lsp
MIT License
1.26k stars 225 forks source link

fixbug: digestif init argument error #753

Closed p1ain0 closed 4 weeks ago

p1ain0 commented 1 month ago

In Mac, digestif error with:"Failed to initialize digestif with error 1: /usr/local/texlive/2023/texmf-dist/scripts/digestif/digesti:110: Invalid configuration option: diagnostics = "true"

mattn commented 1 month ago

Can you change like this?

has('macunix') ? v:null : {'diagnostics': 'true'}
p1ain0 commented 4 weeks ago

Okay, I have changed. Thank you!

mattn commented 4 weeks ago

Thank you