voldikss / coc-extensions

🌸 Collections of coc.nvim extensions maintained by @voldikss
122 stars 6 forks source link

chore(deps-dev): bump coc.nvim from 0.0.74 to 0.0.75 #83

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps coc.nvim from 0.0.74 to 0.0.75.

Release notes

Sourced from coc.nvim's releases.

v0.0.75

  • fix(source): fix undefined synname
  • chore(README): badges
  • fix(services): fix compile fail
  • feat(util): resolve env variable
  • fix(highlight): make Normal link to CocFloating
  • feat(diagnostic): checkCurrentLine is a fallback behavior (#1548)
  • fix(list): fix space can't be override
  • feat(plugin): add getWorkspaceSymbols CocAction
  • feat(plugin): add workspaceSymbols action
  • fix(diagnostic): fix possible invalid range
  • feat(workspace): rm .vim from default rootPatterns (#1450)
  • feat(workspace): rm .vim from default rootPatterns (#1450)
  • chore(config): fix coc-settings.json
  • fix(configuration): avoid overwrite of user configuration file
  • fix(snippet): fix \n in regex format
  • Update Readme.md
  • fix(list): avoid error of blend highlight
  • feat(float): add coc.preferences.highlightTimeout configuration
  • fix(on_enter): document not synced when using VIM (#1373)
  • fix(handler): fix position on InsertLeave
  • chore(doc): better document of openCommand
  • fix(list): fix list not redraw
  • fix(floatFactory): not throw error when floating not supported
  • fix(configuration): fix parentFolder check
  • fix(diagnostic): remove unnecessary redraws
  • chore(doc): Readme
  • fix(diagnostic): fix range of diagnostics
  • chore(terminal): kill vim's terminal on window close
  • fix(workspace): fix xmap not work with registerKeymap
  • fix(api): fix setLines API on vim
  • fix(terminal): fix undefined variable
  • fix(fetch): check protocol of PROXY env
  • Revert "feat(diagnostic): classify ALE items by their source (#1287)"
  • fix(workspace): fix wrong resolved workspaceFolder
  • fix(document): fix b:coc_enabled not working
  • fix(highlight): add --noplugin to nvim command
  • fix(workspace): fix rename current buffer close window
  • fix: diagnostic.refreshAfterSave (#1236)
  • chore(Readme): suggest for range selection
  • fix(list): autoPreview should work on list resume
  • feat(completion): add suggest.invalidInsertCharacters (#1195)
  • feat(completion): add suggest.removeDuplicateItems
  • fix(util): fix isParentFolder on windows
  • chore(doc): recommend [g and ]g for navigate diagnostics
  • feat(clean): clean log files, closes #1159
  • refactor(plugin): remove mappings of function textobj
  • chore(extensions): expand tilder in npm.binPath
  • fix(workspace): registerAutocmd with list of events (#1143)
Commits
  • 5b392c5 Release v0.0.75
  • 4c001a7 fix(source): fix undefined synname
  • 1db7d77 chore(README): badges
  • 9c3c73a fix(services): fix compile fail
  • 33d4a71 feat(util): resolve env variable
  • 2a44de8 fix(highlight): make Normal link to CocFloating
  • 038da3e feat(diagnostic): checkCurrentLine is a fallback behavior (#1548)
  • 01984d6 fix(list): fix space can't be override
  • 73f5110 feat(plugin): add getWorkspaceSymbols CocAction
  • 13b0aed feat(plugin): add workspaceSymbols action
  • 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) - `@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) - 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)