From 5c2977256983c9f875152dff7955b583df83de8f Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Wed, 12 Mar 2025 13:11:03 +0100 Subject: [PATCH] disable autoformat for nvim --- .nvim.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 .nvim.lua diff --git a/.nvim.lua b/.nvim.lua new file mode 100644 index 0000000..3ab3db4 --- /dev/null +++ b/.nvim.lua @@ -0,0 +1 @@ +vim.g.disable_autoformat = true