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): restore the base folke/lua-dev #2193

Merged
merged 1 commit into from Jan 19, 2022

Conversation

kylo252
Copy link
Collaborator

@kylo252 kylo252 commented Jan 18, 2022

Description

Restore the original base folke/lua-dev.nvim


Note: an interesting commit hrsh7th/nvim-cmp@8fc8d31

@kylo252
Copy link
Collaborator Author

kylo252 commented Jan 18, 2022

@abzcoding, we can probably wait with this until tomorrow in case there are more updates.

Copy link
Member

@abzcoding abzcoding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree. We probably should wait a bit.

@abzcoding
Copy link
Member

abzcoding commented Jan 18, 2022

@kylo252 can we keep treesitter before nvim-treesitter/nvim-treesitter@c80715f

it causes all sorts of errors atm in neovim head

@abzcoding
Copy link
Member

abzcoding commented Jan 18, 2022

Screen Shot 2022-01-19 at 1 35 17 AM

nvim-treesitter/nvim-treesitter#2295
nvim-treesitter/nvim-treesitter#2293


update: after a bit of investigation, it seems like vim-matchup plugin causes this issue 😢


update 2 : andymass/vim-matchup#204


update 3: its fixed now 🎉

@abzcoding
Copy link
Member

we can probably run the make generate_plugins_sha one more time, before merging this, to make sure we are adding all the changes :)

@kylo252
Copy link
Collaborator Author

kylo252 commented Jan 19, 2022

we can probably run the make generate_plugins_sha one more time, before merging this, to make sure we are adding all the changes :)

Another treesitter commit 👀

@abzcoding
Copy link
Member

LGTM 🚀

@kylo252 kylo252 merged commit 56df185 into LunarVim:rolling Jan 19, 2022
@kylo252 kylo252 deleted the lua-dev-restore branch January 19, 2022 08:23
@abzcoding
Copy link
Member

we should somehow remind users to do a :TSUpdate as well 🤔

@kylo252
Copy link
Collaborator Author

kylo252 commented Jan 19, 2022

we should somehow remind users to do a :TSUpdate as well thinking

I was going to write the same thing, but I forgot that It's not needed if you're running :LvimUpdate 😅

function M.run_post_update()
Log:debug "Starting post-update hook"
M.reset_cache()
Log:debug "Updating core plugins"
require("lvim.plugin-loader").ensure_installed()
if not in_headless then
vim.schedule(function()
if package.loaded["nvim-treesitter"] then
vim.cmd [[ TSUpdateSync ]]
end
-- TODO: add a changelog
vim.notify("Update complete", vim.log.levels.INFO)
end)
end
end

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)
  ...
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.

None yet

2 participants