kkiyama117 / coc-toml

Toml extension for coc-nvim, using taplo for lsp engine
https://www.npmjs.com/package/coc-toml
MIT License
59 stars 1 forks source link

Bump coc.nvim from 0.0.80 to 0.0.82 #77

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps coc.nvim from 0.0.80 to 0.0.82.

Release notes

Sourced from coc.nvim's releases.

Use custom popup menu

What's Changed

Break changes

  • Use custom popup menu instead of vim's built-in pum, see :h coc-completion or #3862
    • Minimal version changed to nvim >= 0.4.0 and vim >= 8.1.1719.
    • Removed configurations: suggest.enablePreview suggest.keepCompleteopt suggest.disableKind suggest.disableMenu suggest.floatEnable suggest.disableMenuShortcut.
    • "suggest.noselect" changed to false by default, like VSCode.
    • "suggest.enablePreselect" changed to true by default, like VSCode.
    • Add "suggest.formatItems" for customize layout in popupmenu.
    • Need to remap keys to manage completion list.
  • Remove configuration list.matchHighlightGroup, use highlight group CocListSearch for matched characters.
  • Always use picker to message with actions, remove configuration notification.preferMenuPicker
  • Disable progressOnInitialization for language client by default.
  • Support repeat#set for commands that make changes only.

New features

  • Add configuration "notification.disabledProgressSources".
  • Add "rounded" property to "floatConfig" configuration.
  • Add configuration workspace.openOutputCommand.

Full Changelog: https://github.com/neoclide/coc.nvim/compare/540b2865...7a50d4d9

Support of LSP 3.16

What's Changed

Features in LSP 3.16 are now supported, including:

  • Semantic Token support :h coc-semantic-highlights
  • Call Hierarchy support :h CocAction('showIncomingCalls') :h CocAction('showOutgoingCalls')
  • Linked Editing support :h coc-preferences-enableLinkedEditing
  • Events for file operations (create, rename, delete)
  • Change annotation support for text edits and file operations (create, rename, delete)

Other major changes:

  • Tree view support :h coc-tree.
  • Outline support :h CocAction('showOutline').
  • Notification support like VSCode :h coc-notification #3813
  • InputBox and QuickPick support #3826
  • Built in support for ultisnip snippet :h coc-snippets 8401279e3.
  • Added snippet variables, same as VSCode.
  • Completion reworked for performance 11dd878a e8628993 9de37e04 930c6dc0 4921e17d 4bf90719.
  • Improved for workspace folder and workspace edit :h coc-workspace #3838
  • Register and provide inlay hints (not available for language client) 3a26df0a.
  • Add reverse option for CocList a9b22974.
  • Highlight for deprecated and unused code df7a1d94.
  • Add action definitionHover :h CocAction('definitionHover') c9009f21.

... (truncated)

Commits
  • 1d3c525 Release v0.0.82
  • be514c7 commit 344002147beffd48b9de1adedb2502fd6db4a0bb
  • 52032ad commit 3683ead1ab739b3f5c53d93c2d74b18b0cf06d92
  • 1e36409 commit 91a64700dcb6a463135f45b06cb3cec05f3f88cf
  • bdf75ab commit 77dc71ff2e4e0a6e4fd4c45d67a32ccb884d38d4
  • ba51929 commit 7e0c4b094b5e184096cb88f6a9a3edb97dd65cc8
  • c1d2c3a commit 67ff4d3041de6d9331584302d6a767d8475f0521
  • ff033de commit 34240df811197140b71ecf5945c1749a1c7e25d7
  • 4cb0951 commit 43744ba82bd348ea971b87483a13f06f3e46c94b
  • 87e5dd6 commit 2522eee57d18aea040f4def29f2b8e9c69b5690c
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)