From db4a28bf6c47f924ff570112b016007189749b9f Mon Sep 17 00:00:00 2001 From: gwbeip Date: Thu, 17 Apr 2025 13:24:29 +0800 Subject: [PATCH] nothing new --- .neoconf.json | 15 +++++++++++++++ .neoconfig.json | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 .neoconf.json delete mode 100644 .neoconfig.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 + } + } + } +} diff --git a/.neoconfig.json b/.neoconfig.json deleted file mode 100644 index 70e9a25..0000000 --- a/.neoconfig.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "neodev": { - "library": { - "enabled": true, - "plugins": true - } - }, - "neoconf": { - "plugins": { - "lua_ls": { - "enabled": true - } - } - } - } \ No newline at end of file