diagnostic-nvim
diagnostic-nvim copied to clipboard
A wrapper for neovim built in LSP diagnosis config
Now that https://github.com/neovim/neovim/pull/12655 is merged, we are deprecating diagnostic-nvim. For full information and commit message, see: https://github.com/neovim/neovim/commit/f75be5e9d510d5369c572cf98e78d9480df3b0bb Any features that were in diagnostic-nvim have now been implemented in Neovim core!...
Would be nice to have an option for this. At the moment the popup only shows up jump.
This pull request may not be merged exactly as-is. But I'm including it here to show a principle and hopefully start a debate. One of the things I like to/want...
fixes #67
Is there a way to show the diagnostic for the line under the cursor without using a "jump to next" or "jump to previous"?
When setting boolean variables from lua, they are not converted to 1/0. But the code only checks for `== 1` etc This doesn't work ```lua vim.g.diagnostic_enable_virtual_text = true ``` This...
Using diagnostic-nvim with lsp-config 1. Have a line with an error on some symbol 2. Get cursor on the symbol 3. Execute `lua vim.lsp.buf.hover()` 4. Diagnostics popup dissappears 5. Popup...
There might be a better fix than what I have here, but I think this is at least better than the current behaviour, which can cause the location list for...
Would be nice to show notifications for "window/showMessage". For instance when having this notification ``` [ DEBUG ] 2020-10-13T22:28:38+0200 ] ...zj1z0zz-neovim-master/share/nvim/runtime/lua/vim/lsp.lua:434 ] "notification" "window/showMessage" { message = "No [cradle](https://github.com/mpickering/hie-bios#hie-bios) found...