liuchengxu / vista.vim

:cactus: Viewer & Finder for LSP symbols and tags
https://liuchengxu.github.io/vista.vim
MIT License
1.9k stars 87 forks source link

Update jansson dependency instructions for macOS #398

Closed tombruijn closed 3 years ago

tombruijn commented 3 years ago

The latest tap does not have an optional --with-jansson option anymore, it's installed by default since February 23 2021

Calling the install command with the --with-jansson option would return an error from Homebrew.

Error: invalid option: --with-jansson

In time the whole macOS instructions can probably be removed, but since the change was made recently, existing installs may need to reinstall ctags before it works with the JSON feature.

liuchengxu commented 3 years ago

Thank you!