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(): missing comma in Lua config #1

Merged
merged 1 commit into from Jan 23, 2021
Merged

fix(): missing comma in Lua config #1

merged 1 commit into from Jan 23, 2021

Conversation

muzaffar-omer
Copy link
Contributor

@muzaffar-omer muzaffar-omer commented Jan 22, 2021

While trying to setup the plugin, I got the below error when neovim started:

E5107: Error loading lua [string ":lua"]:15: '}' expected (to close '{' at line 4) near 'lsp'

the error was fixed when I added the missing comma in Lua configuration.

PS: sorry to open it as a PR. Please feel free to suggest opening an issue instead. Whichever is best for you.

The missing comma causes the error `E5107: Error loading lua [string ":lua"]:15: '}' expected (to close '{' at line 4) near 'lsp'` when opening neovim.
@akinsho
Copy link
Owner

akinsho commented Jan 23, 2021

Thanks for the PR @muzaffar-omer it looks good to me 👍🏾

@muzaffar-omer
Copy link
Contributor Author

Thanks for the PR @muzaffar-omer it looks good to me 👍🏾

Thanks to you for making this awesome plugin!

@akinsho akinsho merged commit 38d9eab into akinsho:main Jan 23, 2021
@tredeneo tredeneo mentioned this pull request Feb 21, 2021
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