summaryrefslogtreecommitdiffstats
path: root/lua/.luarc.json
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-11-24 21:38:31 -0500
committerSquibid <me@zacharyscheiman.com>2023-11-24 21:38:31 -0500
commitf35b13d669867209427449840ff0930a732591dc (patch)
tree3acb658ec5d01f456c49a097d56f736cbfbbfc7d /lua/.luarc.json
parentebf9d2d1c4682068f5116f7efc1568ce5adf4f1b (diff)
downloadnvim-f35b13d669867209427449840ff0930a732591dc.tar.gz
nvim-f35b13d669867209427449840ff0930a732591dc.tar.bz2
nvim-f35b13d669867209427449840ff0930a732591dc.zip
more stuff too lazy to seperate
Diffstat (limited to '')
-rw-r--r--lua/.luarc.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/.luarc.json b/lua/.luarc.json
new file mode 100644
index 0000000..8d322a3
--- /dev/null
+++ b/lua/.luarc.json
@@ -0,0 +1,9 @@
+{
+ "diagnostics.globals": [
+ "g",
+ "o",
+ "a",
+ "vim",
+ ],
+ "workspace.checkThirdParty": false
+}