Go to file
Dominique Leuenberger 65d4c6a097 Accepting request 935013 from editors
- 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

OBS-URL: https://build.opensuse.org/request/show/935013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=40
2021-12-01 19:47:08 +00:00
.gitattributes Accepting request 356572 from home:Ronis_BR 2016-02-21 12:15:11 +00:00
.gitignore Accepting request 356572 from home:Ronis_BR 2016-02-21 12:15:11 +00:00
neovim-0.1.7-bitop.patch Use bit32 again 2021-09-06 15:01:33 +00:00
neovim-0.6.0.tar.gz - Update to 0.6.0 (details on 2021-11-30 18:26:26 +00:00
neovim-rpmlintrc Accepting request 630074 from home:mcepl:work 2018-08-18 15:11:48 +00:00
neovim.changes Improve 0.6.0 release notes 2021-12-01 15:42:57 +00:00
neovim.patch Accepting request 903892 from home:mcepl:branches:editors 2021-07-09 16:52:54 +00:00
neovim.spec - Update to 0.6.0 (details on 2021-11-30 18:26:26 +00:00
spec-template Accepting request 630074 from home:mcepl:work 2018-08-18 15:11:48 +00:00
suse-spec-template Accepting request 630074 from home:mcepl:work 2018-08-18 15:11:48 +00:00
sysinit.vim Accepting request 660221 from home:mcepl:branches:editors 2018-12-20 14:46:57 +00:00