Skip to content

Error while calling lua chunk: TOML parse error #364

Answered by mrcjkb
craigmac asked this question in Q&A
Discussion options

You must be logged in to vote

🤔 that looks like it should parse fine.
Could you please post your whole rocks.toml?

Maybe you have

[plugins]
nvim-surround = "<version>"

somewhere?
If so, you should change it to

[plugins.nvim-surround]
version = "<version>"

[plugins.nvim-surround.config]
options = {}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@craigmac
Comment options

@mrcjkb
Comment options

Answer selected by craigmac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants