Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(plugins): bump plugin version, also fix for offset_encoding #2210

Merged
merged 1 commit into from Jan 24, 2022

Conversation

abzcoding
Copy link
Member

Description

Bump plugin version

Fixes #2209

@abzcoding
Copy link
Member Author

@exponent42 can you check if this fixes your issue?

lua/lvim/plugins.lua Outdated Show resolved Hide resolved
@abzcoding abzcoding merged commit 6cd282a into LunarVim:rolling Jan 24, 2022
@kylo252
Copy link
Collaborator

kylo252 commented Jan 24, 2022

I've merged those changed into master as well. Hopefully nothing is broken!

@abzcoding, should we lock the requirement to v0.6.1+? Did you notice that it mattered?

@abzcoding
Copy link
Member Author

yeah we should do that

tomazursic pushed a commit to tomazursic/LunarVim that referenced this pull request Jan 27, 2022
* upstream/master: (57 commits)
  chore: update changelog
  chore(installer): require neovim 0.6.1+ (LunarVim#2211)
  chore(plugins): bump plugin version, also fix for offset_encoding (LunarVim#2210)
  fix(logging): disable insane amount of logging inside lvim.log (LunarVim#2205)
  fix(autopairs): remove weird tex rules from autopairs (LunarVim#2206)
  chore(plugins): bump plugin version (LunarVim#2201)
  chore(plugins): restore the base folke/lua-dev (LunarVim#2193)
  chore(plugins): bump plugin version (LunarVim#2190)
  refactor: remove unused outdated files (LunarVim#2184)
  fix(lsp): use temporary fork of lua-dev (LunarVim#2187)
  chore(plugins): bump plugin version and also fix nvim-cmp cmdline issue (LunarVim#2183)
  refactor(nvim-tree): cleanup and update settings (LunarVim#2182)
  chore(plugins): bump version (LunarVim#2181)
  fix(diag): show lsp-diag code in open_float (LunarVim#2180)
  feat(plugins): bump core plugin version (LunarVim#2176)
  chore: update changelog
  fix(which-key): the PR has been merged to the original repo (LunarVim#2172)
  fix(zsh): don't set filetype to sh (LunarVim#2035)
  feat(plugins): bump core plugin version (LunarVim#2169)
  fix(installer): usernames can contain @ symbol (LunarVim#2167)
  ...
tomazursic pushed a commit to tomazursic/LunarVim that referenced this pull request Jan 27, 2022
* upstream/rolling: (42 commits)
  chore(plugins): bump plugin version (LunarVim#2217)
  fix(lsp): avoid accessing undefined user_data (LunarVim#2216)
  chore(installer): require neovim 0.6.1+ (LunarVim#2211)
  chore(plugins): bump plugin version, also fix for offset_encoding (LunarVim#2210)
  fix(logging): disable insane amount of logging inside lvim.log (LunarVim#2205)
  fix(autopairs): remove weird tex rules from autopairs (LunarVim#2206)
  chore(plugins): bump plugin version (LunarVim#2201)
  chore(plugins): restore the base folke/lua-dev (LunarVim#2193)
  chore(plugins): bump plugin version (LunarVim#2190)
  refactor: remove unused outdated files (LunarVim#2184)
  fix(lsp): use temporary fork of lua-dev (LunarVim#2187)
  chore(plugins): bump plugin version and also fix nvim-cmp cmdline issue (LunarVim#2183)
  refactor(nvim-tree): cleanup and update settings (LunarVim#2182)
  chore(plugins): bump version (LunarVim#2181)
  fix(diag): show lsp-diag code in open_float (LunarVim#2180)
  feat(plugins): bump core plugin version (LunarVim#2176)
  fix(which-key): the PR has been merged to the original repo (LunarVim#2172)
  fix(zsh): don't set filetype to sh (LunarVim#2035)
  feat(plugins): bump core plugin version (LunarVim#2169)
  fix(installer): usernames can contain @ symbol (LunarVim#2167)
  ...
@abzcoding abzcoding deleted the chore/plugin-bump-3 branch February 12, 2022 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

offset_encoding: expected string, got nil
2 participants