lewis6991 / hover.nvim

Hover plugin framework for Neovim
MIT License
495 stars 33 forks source link

Added rails for error only when prompted #26

Closed miversen33 closed 1 year ago

miversen33 commented 1 year ago

RE: #25

This adds a configuration option called quiet which by default is set to false (to keep the current "out of the box" behavior the same).

When set to true this will prevent the api from toss errors into the console. Useful for usecases such as the one described in #25 .