aboutsummaryrefslogtreecommitdiff
path: root/nvim/.luarc.json
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/.luarc.json')
-rw-r--r--nvim/.luarc.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/nvim/.luarc.json b/nvim/.luarc.json
new file mode 100644
index 000000000..1e1765c6d
--- /dev/null
+++ b/nvim/.luarc.json
@@ -0,0 +1,5 @@
+{
+ "diagnostics.globals": [
+ "vim"
+ ]
+} \ No newline at end of file