brymer-meneses / grammar-guard.nvim

Grammar Guard is a Neovim plugin that checks your grammar as you write your LaTeX, Markdown or plain text document.
Apache License 2.0
155 stars 5 forks source link

Pop up settings #13

Open fastbodin opened 2 years ago

fastbodin commented 2 years ago

Hello! Thank you for the work on this plugin.

This is a question not quite related to your plugin but with the preview on the home page. How did you setup the diagnostic popup window as shown in your example? I really dislike the end of line diagnostic information and have been trying to figure out how to get a nice popup at the cursor when hovering over an error (like yours).

Thanks so much!

DanRoscigno commented 1 year ago

@fastbodin I am not the author, but I use a similar config. Here are the lines from the author's nvim config: https://github.com/brymer-meneses/nvim/blob/linux/lua/user/lsp/setup.lua#L14-L42

fastbodin commented 1 year ago

Much obliged! Thanks @DanRoscigno