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 | 5bc521dcd5a8013fadeb2a9456155be39799360d (patch) | |
| tree | 25991ea0299e4c159b7a6842107e289b53cc930d /.config/nvim/.luarc.json | |
| parent | 4c071436ef86fddedf43602db9a63aa55220ed40 (diff) | |
Neovim updates
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..1e1765c --- /dev/null +++ b/.config/nvim/.luarc.json @@ -0,0 +1,5 @@ +{ + "diagnostics.globals": [ + "vim" + ] +}
\ No newline at end of file |
