Skip to content

Commit

Permalink
Merge pull request #19 from jetm/doc-schema-yaml-url
Browse files Browse the repository at this point in the history
Document yaml option to fix LSP completion
  • Loading branch information
b0o authored Jul 26, 2023
2 parents aa3988c + bc9241d commit 10da9da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ require('lspconfig').yamlls.setup {
-- You must disable built-in schemaStore support if you want to use
-- this plugin and its advanced options like `ignore`.
enable = false,
-- Avoid TypeError: Cannot read properties of undefined (reading 'length')
url = "",
},
schemas = require('schemastore').yaml.schemas(),
},
Expand Down

0 comments on commit 10da9da

Please sign in to comment.