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(lsp): do a nil check before string matching autocmd desc #3354

Merged
merged 1 commit into from Oct 27, 2022

Conversation

abzcoding
Copy link
Member

Apparently in the latest neovim build, filetype.lua or packer.nvim is working a bit different,
for example when I want to load a plugin only in certain filetypes, this happens:
Screenshot 2022-10-27 at 12 49 21 PM

because some autocmds don't have a description:
Screenshot 2022-10-27 at 12 49 29 PM

Copy link
Collaborator

@kylo252 kylo252 left a comment

Choose a reason for hiding this comment

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

LGTM! 🚀

@abzcoding abzcoding merged commit f1c469d into LunarVim:master Oct 27, 2022
tomazursic pushed a commit to tomazursic/LunarVim that referenced this pull request Oct 28, 2022
* upstream/master:
  fix(finders): use lunarvim basedir (LunarVim#3332)
  fix(lsp): do a nil check before string matching autocmd desc (LunarVim#3354)
  fix(lsp): don't start servers multiple times (LunarVim#3347)
  fix: call proper log function in notify override (LunarVim#3337)
  fix: Remove notify which key mapping (LunarVim#3335)
  fix(icons): do not reload `nvim-web-devicons` module (LunarVim#3344)
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