Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | fix(diagnostic): nvim_echo takes three args (#15687) | Christian Clason | 2021-09-17 | |
| | | | | Fixup for https://github.com/neovim/neovim/pull/15585 Closes https://github.com/neovim/neovim/issues/15686 | |||
* | refactor: remove UTF to byte col conversion | Gregory Anders | 2021-09-16 | |
| | ||||
* | refactor: move vim.lsp.diagnostic to vim.diagnostic | Gregory Anders | 2021-09-15 | |
This generalizes diagnostic handling outside of just the scope of LSP. LSP clients are now a specific case of a diagnostic producer, but the diagnostic subsystem is decoupled from the LSP subsystem (or will be, eventually). More discussion at [1]. [1]: https://github.com/neovim/neovim/pull/15585 |