Release notes
*Sourced from [coc.nvim's releases](https://github.com/neoclide/coc.nvim/releases).*
> ## v0.0.67
> - **New feature** load extensions from coc-extensions folder.
> - Add `workspace.renameCurrentFile` command.
> - Add `FloatBuffer`, `FloatFactory` and `Uri` to exports.
> - Add `resolveItem` support to list.
> - Fix prompt can't work when execute list action.
> - Fix ansiparser for empty color ranges.
> - Fix highlight only work with first 8 items.
>
>
> ## v0.0.66
> - **Break change** vim-node-rpc not required on vim.
> - **Break change** python not required on vim.
> - **Break change** complete items would refreshed after 500ms when not finished.
> - Add `additionalSchemes` for configured language server.
> - Add support for jumpCommand as false.
> - Fix `diagnostic.level` not work.
>
> ## v0.0.65
> - **Break change** `--strictMatch` option of list renamed to `--strict`
> - **Break change** `suggest.reloadPumOnInsertChar` support removed.
> - **Break change** no more binary release.
> - **Break change** logic for resolve workspace folder changed.
> - Add `Task` module.
> - Add `getCurrentFunctionSymbol` action.
> - Add `list.source.outline.ctagsFilestypes` setting.
> - Add `suggest.disableMenu` and `suggest.disableMenu` settings.
> - Add `equal` support for complete items.
> - Add support for do action with visual select lines of list.
> - Add expand tilder support for language server command.
> - Add switch matcher support to list.
> - Add select all support to lsit.
> - Add quickfix action to list.
> - Add `selectionRanges` of LSP.
> - Add load extentions for &rtp support.
> - Add `coc#on_enter()` for formatOnType and add new lines on enter.
> - Improve completion by support trigger completion when pumvisible.
> - Remove document check on `BufWritePre`.
>
> ## v0.0.64
> - **Break change** not using vim-node-rpc from npm modules any more.
> - **Break change** rename `_` to `CocRefresh`.
> - Fix wrong format options send to server.
> - Fix throw eror when extention root not created.
> - Fix MarkedString not considered as markdown.
> - Fix echo message on vim exit.
> - Fix error throw on file watch.
> - Fix unexpected update of user configuration.
>
>
> ... (truncated)
Commits
- [`8741e93`](https://github.com/neoclide/coc.nvim/commit/8741e930c9c5cef97befd3e6f256b121aebe15b3) Release v0.0.67
- [`18f1bdf`](https://github.com/neoclide/coc.nvim/commit/18f1bdf6e2dabec223d75a45171b7641c0619657) fix(workspace): fix error on cancel rename
- [`f555c14`](https://github.com/neoclide/coc.nvim/commit/f555c1448921b245f87127a38a9ad398cd44863c) fix(document): fix matchAddRanges only highlight first group
- [`bb592bf`](https://github.com/neoclide/coc.nvim/commit/bb592bf5fcbc8c694026451351073d32e71b7261) chore(test): fix test fail
- [`722a83d`](https://github.com/neoclide/coc.nvim/commit/722a83d0e1a76806e54969cfafe7b0a636ac841c) feat(sources): rework API of createSource
- [`ef3d2fe`](https://github.com/neoclide/coc.nvim/commit/ef3d2feb08fbaa1b733e2010acd2166b456ae7a5) feat(extensions): load extensions from coc-extensions folder
- [`cec7097`](https://github.com/neoclide/coc.nvim/commit/cec7097c802d403ad940a8cef195cdb9b1863b9d) chore(doc) Readme
- [`4d6f9d1`](https://github.com/neoclide/coc.nvim/commit/4d6f9d1a1b58bb66091cf01eb380130e50d36b0f) chore(doc): Readme
- [`eb747ce`](https://github.com/neoclide/coc.nvim/commit/eb747ceb75cf022f02d0916e820c7ba1a357135f) fix(float): fix undefined error
- [`4b775d6`](https://github.com/neoclide/coc.nvim/commit/4b775d619d3c3763013aaf4ac6c374eec8314148) Fix command names in docs (typo and capitalisation) ([#756](https://github-redirect.dependabot.com/neoclide/coc.nvim/issues/756))
- Additional commits viewable in [compare view](https://github.com/neoclide/coc.nvim/compare/v0.0.62...v0.0.67)
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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps coc.nvim from 0.0.62 to 0.0.67.
Release notes
*Sourced from [coc.nvim's releases](https://github.com/neoclide/coc.nvim/releases).* > ## v0.0.67 > - **New feature** load extensions from coc-extensions folder. > - Add `workspace.renameCurrentFile` command. > - Add `FloatBuffer`, `FloatFactory` and `Uri` to exports. > - Add `resolveItem` support to list. > - Fix prompt can't work when execute list action. > - Fix ansiparser for empty color ranges. > - Fix highlight only work with first 8 items. > > > ## v0.0.66 > - **Break change** vim-node-rpc not required on vim. > - **Break change** python not required on vim. > - **Break change** complete items would refreshed after 500ms when not finished. > - Add `additionalSchemes` for configured language server. > - Add support for jumpCommand as false. > - Fix `diagnostic.level` not work. > > ## v0.0.65 > - **Break change** `--strictMatch` option of list renamed to `--strict` > - **Break change** `suggest.reloadPumOnInsertChar` support removed. > - **Break change** no more binary release. > - **Break change** logic for resolve workspace folder changed. > - Add `Task` module. > - Add `getCurrentFunctionSymbol` action. > - Add `list.source.outline.ctagsFilestypes` setting. > - Add `suggest.disableMenu` and `suggest.disableMenu` settings. > - Add `equal` support for complete items. > - Add support for do action with visual select lines of list. > - Add expand tilder support for language server command. > - Add switch matcher support to list. > - Add select all support to lsit. > - Add quickfix action to list. > - Add `selectionRanges` of LSP. > - Add load extentions for &rtp support. > - Add `coc#on_enter()` for formatOnType and add new lines on enter. > - Improve completion by support trigger completion when pumvisible. > - Remove document check on `BufWritePre`. > > ## v0.0.64 > - **Break change** not using vim-node-rpc from npm modules any more. > - **Break change** rename `Commits
- [`8741e93`](https://github.com/neoclide/coc.nvim/commit/8741e930c9c5cef97befd3e6f256b121aebe15b3) Release v0.0.67 - [`18f1bdf`](https://github.com/neoclide/coc.nvim/commit/18f1bdf6e2dabec223d75a45171b7641c0619657) fix(workspace): fix error on cancel rename - [`f555c14`](https://github.com/neoclide/coc.nvim/commit/f555c1448921b245f87127a38a9ad398cd44863c) fix(document): fix matchAddRanges only highlight first group - [`bb592bf`](https://github.com/neoclide/coc.nvim/commit/bb592bf5fcbc8c694026451351073d32e71b7261) chore(test): fix test fail - [`722a83d`](https://github.com/neoclide/coc.nvim/commit/722a83d0e1a76806e54969cfafe7b0a636ac841c) feat(sources): rework API of createSource - [`ef3d2fe`](https://github.com/neoclide/coc.nvim/commit/ef3d2feb08fbaa1b733e2010acd2166b456ae7a5) feat(extensions): load extensions from coc-extensions folder - [`cec7097`](https://github.com/neoclide/coc.nvim/commit/cec7097c802d403ad940a8cef195cdb9b1863b9d) chore(doc) Readme - [`4d6f9d1`](https://github.com/neoclide/coc.nvim/commit/4d6f9d1a1b58bb66091cf01eb380130e50d36b0f) chore(doc): Readme - [`eb747ce`](https://github.com/neoclide/coc.nvim/commit/eb747ceb75cf022f02d0916e820c7ba1a357135f) fix(float): fix undefined error - [`4b775d6`](https://github.com/neoclide/coc.nvim/commit/4b775d619d3c3763013aaf4ac6c374eec8314148) Fix command names in docs (typo and capitalisation) ([#756](https://github-redirect.dependabot.com/neoclide/coc.nvim/issues/756)) - Additional commits viewable in [compare view](https://github.com/neoclide/coc.nvim/compare/v0.0.62...v0.0.67)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
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.