From fef7a7ef4fa31170ee78dfb774934feb84a88423 Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Mon, 3 Aug 2026 21:09:25 +0200 Subject: arch postinstall scripts --- dotfiles/.config/nvim/.neoconf.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dotfiles/.config/nvim/.neoconf.json (limited to 'dotfiles/.config/nvim/.neoconf.json') diff --git a/dotfiles/.config/nvim/.neoconf.json b/dotfiles/.config/nvim/.neoconf.json new file mode 100644 index 0000000..2d7a81f --- /dev/null +++ b/dotfiles/.config/nvim/.neoconf.json @@ -0,0 +1,20 @@ +{ + "neodev": { + "library": { + "enabled": true, + "plugins": true + } + }, + "neoconf": { + "plugins": { + "lua_ls": { + "enabled": true + } + } + }, + "lspconfig": { + "lua_ls": { + "Lua.format.enable": false + } + } +} -- cgit