LazyVim.LazyVim/lua/lazyvim/plugins/extras
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
..
coding fix(yanky): don't override c-p insert mode telescope mapping. Fixes #1007 2023-06-29 20:50:04 +02:00
dap fix: make some extra deps optional 2023-05-22 20:57:26 +02:00
editor feat(flash)!: Make flash.nvim the default jump plugin for LazyVim 2023-07-13 08:18:02 +02:00
formatting fix(prettier): extend ensure_installed instead of overwriting it. Fixes #406 2023-03-10 13:55:06 +01:00
lang fix(yaml): yaml: Fix TypeError undefined length (#1229) 2023-07-26 21:43:49 +02:00
linting fix(format): eslint should respect autoformat (#897) 2023-06-08 07:48:34 +02:00
test fix(neotest): properly detect __call. Fixes #847 2023-05-28 12:52:22 +02:00
ui fix(edgy): corrected filetype for symbols outline 2023-06-25 07:21:26 +02:00
util fix(hipatterns): remove assert. Fixes #1045 2023-07-02 22:25:43 +02:00
vscode.lua feat(vscode): easier way to enable/disable plugins 2023-07-06 15:36:03 +02:00