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: remove parenthesis from find_git_ancestor call #3166

Merged
merged 1 commit into from
May 21, 2024

Conversation

Massolari
Copy link
Contributor

The drools_lsp and mutt_ls are calling util.find_git_ancestor() when it should be util.find_git_ancestor.
This causes the following error when requiring one of those modules.

require'lspconfig.server_configurations.drools_lsp' E5108: Error executing lua [string ":lua"]:1: loop or previous error loading module 'lspconfig.server_configurations.drools_lsp'

This PR remove the parenthesis.

@Massolari Massolari requested a review from glepnir as a code owner May 21, 2024 08:48
@glepnir glepnir merged commit 0b8165c into neovim:master May 21, 2024
9 checks passed
elijah-potter pushed a commit to elijah-potter/nvim-lspconfig that referenced this pull request Jul 25, 2024
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.

2 participants