The Gram Code Editor - 2026-05-01


  1. fåntratt

    hiya

  2. fåntratt

    I'm looking to disable some Lua diagnostics gram-wide. I've only succeeded in doing so workspace-wide. Is there something wrong with this settings.jsonc config?: "lsp": { "lua-language-server": { "settings": { "Lua": { "diagnostics": { "disable": [ "deprecated", "inject-field", "param-type-mismatch", "undefined-doc-name", "undefined-field", "undefined-global", ], }, }, }, },