Overview

Request 934782 superseded

- Update to 0.6.0 (details on
https://github.com/neovim/neovim/releases/tag/v0.6.0):
- lsp/diagnostic: highlight groups and signs for LSP diagnostics renamed (e.g. LspDiagnosticsDefaultWarning to DiagnosticWarn) (a5bbb93)
- diagnostic: make DiagnosticChanged a first class autocmd (#16098) (150a592), closes #16098
au User LspDiagnosticsChanged autocommands are not supported. Use the new first-class DiagnosticChanged event instead.
- lua: register_keystroke_callback => on_key (#15460) (69fe427)
note: this breaking change was included in 0.5.1
- many changes in defaults
- performance improvements
- many bug fixes
- Remove upstreamed patch vim7188-fix-netrw-command.patch.

Loading...
Request History
Matej Cepl's avatar

mcepl created request

- Update to 0.6.0 (details on
https://github.com/neovim/neovim/releases/tag/v0.6.0):
- lsp/diagnostic: highlight groups and signs for LSP diagnostics renamed (e.g. LspDiagnosticsDefaultWarning to DiagnosticWarn) (a5bbb93)
- diagnostic: make DiagnosticChanged a first class autocmd (#16098) (150a592), closes #16098
au User LspDiagnosticsChanged autocommands are not supported. Use the new first-class DiagnosticChanged event instead.
- lua: register_keystroke_callback => on_key (#15460) (69fe427)
note: this breaking change was included in 0.5.1
- many changes in defaults
- performance improvements
- many bug fixes
- Remove upstreamed patch vim7188-fix-netrw-command.patch.


Factory Auto's avatar

factory-auto added opensuse-review-team as a reviewer

Please review sources


Factory Auto's avatar

factory-auto accepted review

Check script succeeded


Dominique Leuenberger's avatar

dimstar_suse added openSUSE:Factory:Staging:adi:48 as a reviewer

Being evaluated by staging project "openSUSE:Factory:Staging:adi:48"


Dominique Leuenberger's avatar

dimstar_suse accepted review

Picked "openSUSE:Factory:Staging:adi:48"


Dominique Leuenberger's avatar

dimstar accepted review


Saul Goodman's avatar

licensedigger accepted review

The legal review is accepted preliminary. The package may require actions later on.


Matej Cepl's avatar

mcepl superseded request

- Update to 0.6.0 (details on
- Diagnostics and LSP changes
Initially, diagnostic module is part of vim.lsp module. In
order to support external plugins such as null-ls.nvim, the
nvim team has refactor the diagnostic module to its module
vim.diagnostic. So we need to change our config accordingly.
vim.lsp.diagnostic.show_line_diagnostics() has been changed
to vim.diagnostic.open_float(). Previously, there is no easy
to show diagnostic source unless with some hack, you can now
show source in diagnostics in open_float() easily:
vim.diagnostic.open_float(nil, {
source = 'always'
})
vim.lsp.diagnostic.goto_prev() and
vim.lsp.diagnostic.goto_next() has been renamed to
vim.diagnostic.goto_prev() and vim.diagnostic.goto_next()
respectively.
vim.lsp.diagnostic.set_loclist() and
vim.lsp.diagnostic.set_qflist() has been renamed to
vim.diagnostic.setloclist() and vim.diagnostic.setqflist()
instead.
Diagnostics signs has been renamed, for example (old –> new):
LspDiagnosticsSignError –> DiagnosticSignError (Lsp is
removed, Diagnostics is changed to singular from
Diagnostic)
LspDiagnosticsSignWarning –> DiagnosticSignWarn
LspDiagnosticsSignInformation –> DiagnosticSignInfo
LspDiagnosticsSignHint –> DiagnosticSignHint
Also, related highlight has been renamed too:
DiagnosticsDefaultError –> DiagnosticSignError

openSUSE Build Service is sponsored by