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

fix(plugin-loader): don't clean plugins on LvimUpdate #3747

Merged
merged 1 commit into from Jan 18, 2023

Conversation

LostNeophyte
Copy link
Member

fixes #3744
require("lazy").sync cleaned all plugins, instead of just updating which caused treesitter parsers to be deleted on update

@LostNeophyte LostNeophyte merged commit edc5e0e into LunarVim:master Jan 18, 2023
@LostNeophyte LostNeophyte deleted the dont-clean-pluins branch January 18, 2023 12:55
tomazursic pushed a commit to tomazursic/LunarVim that referenced this pull request Jan 18, 2023
* upstream/master:
  fix(plugin-loader): don't clean plugins on LvimUpdate (LunarVim#3747)
  fix(plugin-loader): don't clean lazy.nvim in sync_core_plugins (LunarVim#3731)
  fix(lsp): don't remove mason-lspconfig's hook (LunarVim#3739)
  fix(indentlines): typo (LunarVim#3743)
  fix(installer): only install treesitter-cli if it's missing (LunarVim#3740)
  fix(indentlines): set indent_char to LineLeft (LunarVim#3741)
  chore(plugins): change devicons repo owner to nvim-tree
  fix(breadcrumbs): refresh on TabEnter (LunarVim#3727)
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.

Treesitter parsers are deleted after every update to LunarVim
2 participants