-
When trying to use in my rocks.toml: [plugins.nvim-surround.config]
options = {} I get the following stack traceback:
I've also tried to use [plugins.flit.confg]
options = {} Which works. Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
mrcjkb
Jun 3, 2024
Replies: 1 comment 2 replies
-
🤔 that looks like it should parse fine. Maybe you have [plugins]
nvim-surround = "<version>" somewhere? [plugins.nvim-surround]
version = "<version>"
[plugins.nvim-surround.config]
options = {} |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
craigmac
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🤔 that looks like it should parse fine.
Could you please post your whole rocks.toml?
Maybe you have
somewhere?
If so, you should change it to