diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | a9bd3263f74bb219ecc451b7c145f229aabd139a (patch) | |
| tree | f4b62b43b005e18ee0ec485daa8a5efcd0604115 /.config/nvim/.luarc.json | |
| parent | db2efeacfb28e035f9fc6e3fcaf32ecf1eea7c1d (diff) | |
poggers
Diffstat (limited to '.config/nvim/.luarc.json')
| -rw-r--r-- | .config/nvim/.luarc.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/nvim/.luarc.json b/.config/nvim/.luarc.json new file mode 100644 index 0000000..f979d50 --- /dev/null +++ b/.config/nvim/.luarc.json @@ -0,0 +1,5 @@ +{ + "diagnostics.globals": [ + "vim" + ] +} |
