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/.luarc.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 dotfiles/.config/nvim/.luarc.json (limited to 'dotfiles/.config/nvim/.luarc.json') diff --git a/dotfiles/.config/nvim/.luarc.json b/dotfiles/.config/nvim/.luarc.json new file mode 100644 index 0000000..8415579 --- /dev/null +++ b/dotfiles/.config/nvim/.luarc.json @@ -0,0 +1,3 @@ +{ + "format.enable": false +} -- cgit