-
Moin, I've recently switched from my own hand crafted vim/neovim config to lazyvim and thus became a fresh user of meson. What a fantastic experience ❤️ but also so many new integrations so its hard for me to name things. Unfortunately the errors, warnings, etc. reported by the meson/lsp plugins are missing in the quickfix list. Thus I do have two questions: #. Is it possible to add these? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi. To add all the errors, warnings, etc. in the quickfix, you have to send these with telescope.nvim. With the command Second way is, you can install trouble.nvim. Really good plugin to see all the diagnostics. I hope this helps. |
Beta Was this translation helpful? Give feedback.
Hi.
To add all the errors, warnings, etc. in the quickfix, you have to send these with telescope.nvim. With the command
Telescope diagnostics
you can see all the diagnostics in the Telescope window. Then press<C-q>
to send these in the quickfix window. After that you can open the quickfix with:cope
or:cope
to see them.Second way is, you can install trouble.nvim. Really good plugin to see all the diagnostics.
I hope this helps.