From 04db8b382a9bcb103135ce6e263b366484ca798f Mon Sep 17 00:00:00 2001 From: Raphael Martin Date: Wed, 3 Apr 2024 07:58:00 +0200 Subject: [PATCH] init commit --- .neoconf.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .neoconf.json diff --git a/.neoconf.json b/.neoconf.json new file mode 100644 index 0000000..7c48087 --- /dev/null +++ b/.neoconf.json @@ -0,0 +1,15 @@ +{ + "neodev": { + "library": { + "enabled": true, + "plugins": true + } + }, + "neoconf": { + "plugins": { + "lua_ls": { + "enabled": true + } + } + } +}