.luarc.json 94 B

12345678
  1. {
  2. "diagnostics.globals": [
  3. "vim"
  4. ],
  5. "diagnostics.globalsRegex": [
  6. "^Mini"
  7. ]
  8. }