Files
tia-lsp.nvim/lua/tia_lsp
lazar f219a8662f fix: guard vim.lsp.diagnostics.refresh() against nil
Neovim 0.12+ restructured LSP internals; vim.lsp.diagnostics no
longer exists as a submodule. Guard the call so :SCLRescanWorkspaceTypes
doesn't crash on startup.
2026-07-24 12:35:36 +02:00
..