diff options
Diffstat (limited to 'lsp/svelte.lua')
| -rw-r--r-- | lsp/svelte.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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, }) |
