LazyVim.LazyVim/lua/lazyvim/plugins
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
..
extras fix(yaml): yaml: Fix TypeError undefined length (#1229) 2023-07-26 21:43:49 +02:00
lsp fix(lsp): supports_method for checking inlay hint support (#1195) 2023-07-23 18:09:48 +02:00
coding.lua docs: Improve summary documentation of deps (#1159) 2023-07-19 13:14:07 +02:00
colorscheme.lua feat: Enable flash.nvim highlight on catppuccin integration (#1206) 2023-07-25 15:39:08 +02:00
core.lua fix(core): set cond=true for LazyVim 2023-03-14 11:17:07 +01:00
editor.lua feat(telescope): allow word and selection searches (#1096) 2023-07-22 09:15:14 +02:00
treesitter.lua docs: Add more documentation (#1174) 2023-07-20 23:16:13 +02:00
ui.lua docs: Add more documentation (#1174) 2023-07-20 23:16:13 +02:00
util.lua docs: Add more documentation (#1174) 2023-07-20 23:16:13 +02:00