From 9b857f87d56197457bfce4d1a1474c79bf3f91d2 Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Mon, 19 May 2025 23:10:06 -0500 Subject: feat: added initial commit of config files --- nvim/.neoconf.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 nvim/.neoconf.json (limited to 'nvim/.neoconf.json') diff --git a/nvim/.neoconf.json b/nvim/.neoconf.json new file mode 100755 index 0000000..7c48087 --- /dev/null +++ b/nvim/.neoconf.json @@ -0,0 +1,15 @@ +{ + "neodev": { + "library": { + "enabled": true, + "plugins": true + } + }, + "neoconf": { + "plugins": { + "lua_ls": { + "enabled": true + } + } + } +} -- cgit v1.2.3