diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:40:16 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:40:16 +0000 |
| commit | b94eefa6b58f274bb61db4e792105c3959cf2022 (patch) | |
| tree | 3d2896fb46ebc769e4fea8cf4f02ce3104e1f974 /nvim/.luarc.json | |
Diffstat (limited to 'nvim/.luarc.json')
| -rw-r--r-- | nvim/.luarc.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nvim/.luarc.json b/nvim/.luarc.json new file mode 100644 index 0000000..4a2c971 --- /dev/null +++ b/nvim/.luarc.json @@ -0,0 +1,10 @@ +{ + "diagnostics.globals": [ + "vim", + "bufnr" + ], + "diagnostics.disable": [ + "unused-local", + "undefined-global" + ] +}
\ No newline at end of file |