We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f230905 commit 8cce409Copy full SHA for 8cce409
lua/kickstart/plugins/lspconfig.lua
@@ -220,7 +220,14 @@ return {
220
-- But for many setups, the LSP (`ts_ls`) will work just fine
221
-- ts_ls = {},
222
--
223
-
+ svelte = {
224
+ capabilities = { workspace = { didChangeWatchedFiles = false } },
225
+ settings = {
226
+ lint = { unknownAtRules = 'ignore' },
227
+ typescript = { enable = true, preferences = { importModuleSpecifier = 'non-relative' } },
228
+ javascript = { enable = true, preferences = { importModuleSpecifier = 'non-relative' } },
229
+ },
230
231
lua_ls = {
232
-- cmd = { ... },
233
-- filetypes = { ... },
0 commit comments