lsp-progress.nvim/.luarc.json
linrongbin16 d671304da3
fix(format): don't use 'string.format' when formatting (#103)
* refactor(format): don't use string.format when formatting

* chore(luarc): disable third party check
2023-11-07 14:40:39 +08:00

4 lines
112 B
JSON

{
"diagnostics.globals": ["vim", "describe", "before_each", "it"],
"workspace.checkThirdParty": "Disable"
}