diff options
Diffstat (limited to '')
| -rw-r--r-- | nvim/.luarc.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nvim/.luarc.json b/nvim/.luarc.json new file mode 100644 index 0000000..c901255 --- /dev/null +++ b/nvim/.luarc.json @@ -0,0 +1,7 @@ +{ + "diagnostics.globals": [ + "vim", + "_lazygit_toggle", + "config" + ] +}
\ No newline at end of file |
