Replies: 1 comment
-
Damned, bad repository, I will post on yaml-language-server discussion. Sorry! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Using Mkdocs with Material, the YAML file should sometimes use this:
But... NeoVim with nvim-lspconfig fails to accept the
!!python
tag:I tried many configurations...
tag:yaml.org,2002:python
tag:yaml.org,2002:python/name
!python
!python/name
!python/name scalar
And a dozen of others. This fails. Yamls-language-server continuously says that there is an error in the YAML file.
This is the configuration I have now, still doesn't work:
Thanks if someone can help me.
Beta Was this translation helpful? Give feedback.
All reactions