mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(svelte): solves sveltejs/language-tools#2008
This commit is contained in:
parent
5bc8b4ace0
commit
c5eeec9bab
1 changed files with 5 additions and 0 deletions
|
|
@ -43,6 +43,11 @@ return {
|
|||
desc = "Organize Imports",
|
||||
},
|
||||
},
|
||||
capabilities = {
|
||||
workspace = {
|
||||
didChangeWatchedFiles = vim.fn.has("nvim-0.10") == 0 and { dynamicRegistration = true },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue