From 552e3f303e4d7a1480652f4512243deb86bee3a2 Mon Sep 17 00:00:00 2001 From: engines2k Date: Mon, 13 Oct 2025 23:56:21 -0600 Subject: [PATCH] you know --- .gitignore | 8 ++++++++ .neoconf.json | 15 +++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 .gitignore create mode 100644 .neoconf.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..cc5457ab --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +tt.* +.tests +doc/tags +debug +.repro +foo.* +*.log +data diff --git a/.neoconf.json b/.neoconf.json new file mode 100644 index 00000000..7c480874 --- /dev/null +++ b/.neoconf.json @@ -0,0 +1,15 @@ +{ + "neodev": { + "library": { + "enabled": true, + "plugins": true + } + }, + "neoconf": { + "plugins": { + "lua_ls": { + "enabled": true + } + } + } +}