From 3921a5194185f6f0b19cc5b4ea775437c63effe3 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Fri, 27 Sep 2024 16:09:46 +0200 Subject: [PATCH] chore: remove .neoconf.json --- .neoconf.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .neoconf.json diff --git a/.neoconf.json b/.neoconf.json deleted file mode 100644 index f42d8477..00000000 --- a/.neoconf.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "neodev": { - "library": { - "enabled": true, - "plugins": [ - "nvim-dap", - "toggleterm.nvim", - "neotest", - ] - } - }, - "neoconf": { - "plugins": { - "lua_ls": { - "enabled": true - } - } - }, -}