From 9e1bc68a323707c54fa16ff18a8b5bc0ed28c427 Mon Sep 17 00:00:00 2001 From: krolxon Date: Wed, 7 Jan 2026 23:05:50 +0530 Subject: add neovim configuration --- .config/nvim/.neoconf.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .config/nvim/.neoconf.json (limited to '.config/nvim/.neoconf.json') diff --git a/.config/nvim/.neoconf.json b/.config/nvim/.neoconf.json new file mode 100644 index 0000000..7c48087 --- /dev/null +++ b/.config/nvim/.neoconf.json @@ -0,0 +1,15 @@ +{ + "neodev": { + "library": { + "enabled": true, + "plugins": true + } + }, + "neoconf": { + "plugins": { + "lua_ls": { + "enabled": true + } + } + } +} -- cgit v1.2.3