LazyVim.LazyVim/lua/lazyvim
Javier Tia d7ca822d41
fix(yaml): yaml: Fix TypeError undefined length (#1229)
In YAML files LSP completion is not happening because
yaml-language-server is failing with error:

    TypeError: Cannot read properties of undefined (reading 'length')

from out/server/src/languageserver/handlers/settingsHandlers.js:78:51,
which it's expecting to have yaml.schemaStore.url.length and it's
doesn't exist.

Signed-off-by: Javier Tia <javier.tia@gmail.com>
2023-07-26 21:43:49 +02:00
..
config fix(util): fixed line number toggling. Closes #1173 2023-07-20 23:38:43 +02:00
plugins fix(yaml): yaml: Fix TypeError undefined length (#1229) 2023-07-26 21:43:49 +02:00
util fix(util): fixed line number toggling. Closes #1173 2023-07-20 23:38:43 +02:00
health.lua fix(health): remove deprecated api warning (#666) 2023-04-23 11:04:05 +02:00
init.lua feat(config)!: LazyVim can now be configured like any other plugin with {"LazyVim/LazyVim", opts = ... }. config.settings is deprecated 2023-01-10 11:14:27 +01:00