From d8769e1cf8cd4047f78f26923a92e83fa94de9f6 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 7 Jan 2023 10:20:36 +0100 Subject: feat: initial commit --- .neoconf.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .neoconf.json (limited to '.neoconf.json') diff --git a/.neoconf.json b/.neoconf.json new file mode 100644 index 0000000..aa1b504 --- /dev/null +++ b/.neoconf.json @@ -0,0 +1,15 @@ +{ + "neodev": { + "library": { + "enabled": true, + "plugins": true + } + }, + "neoconf": { + "plugins": { + "sumneko_lua": { + "enabled": true + } + } + } +} -- cgit v1.2.3