From 2bf52f747b8633d38b671d0e9b968ec0a3133bcb Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 14 Nov 2025 00:43:43 -0500 Subject: fix: luals warnings --- lsp/svelte.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lsp/svelte.lua') diff --git a/lsp/svelte.lua b/lsp/svelte.lua index 53f3e73e..bf562365 100644 --- a/lsp/svelte.lua +++ b/lsp/svelte.lua @@ -33,6 +33,7 @@ return { group = vim.api.nvim_create_augroup('lspconfig.svelte', {}), callback = function(ctx) -- internal API to sync changes that have not yet been saved to the file system + ---@diagnostic disable-next-line: param-type-mismatch client:notify('$/onDidChangeTsOrJsFile', { uri = ctx.match }) end, }) -- cgit v1.2.3-70-g09d2