From 8bb81b27d34df00bd3c9ab592f316f4f6fd5ca4d Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sun, 5 Oct 2025 00:00:33 +0200 Subject: [PATCH] fix(rust-analyzer): use nightly rustfmt --- lua/ow/lsp.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/ow/lsp.lua b/lua/ow/lsp.lua index 65330b8..91f7953 100644 --- a/lua/ow/lsp.lua +++ b/lua/ow/lsp.lua @@ -495,6 +495,9 @@ function M.setup() enable = false, }, }, + rustfmt = { + extraArgs = { "+nightly" }, + }, }, }, })