From 52a795b7f2a82c3e356be3730e234b5da2a10d56 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sun, 1 Dec 2024 22:42:17 +0100 Subject: [PATCH] NeoVIM: add neo config --- Configs/nvim/.neoconf.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Configs/nvim/.neoconf.json diff --git a/Configs/nvim/.neoconf.json b/Configs/nvim/.neoconf.json new file mode 100644 index 0000000..7c48087 --- /dev/null +++ b/Configs/nvim/.neoconf.json @@ -0,0 +1,15 @@ +{ + "neodev": { + "library": { + "enabled": true, + "plugins": true + } + }, + "neoconf": { + "plugins": { + "lua_ls": { + "enabled": true + } + } + } +}