I have no idea

This commit is contained in:
iris committed 2023-03-18 19:52:37 -04:00
1 parent 886e3cdbe4
commit 0cc5e31053
2 files changed
+5 -1

No files matched your search

+4
View File
@@ -57,6 +57,10 @@ local config = function()
root_dir = c.util.root_pattern("package.json", "tsconfig.json", "jsconfig.json"),
single_file_support = false,
}
c.jsonls.setup {
on_attach = on_attach,
capabilities = capabilities,
}
end
local rs_config = function()