From feb1a1e6bcad359729060cf82026befc930ca268 Mon Sep 17 00:00:00 2001 From: John Bernard <38332081+loqusion@users.noreply.github.com> Date: Fri, 30 Jun 2023 09:09:55 -0500 Subject: [PATCH] style(rust): fix indentation for stylua comment --- lua/lazyvim/plugins/extras/lang/rust.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/lang/rust.lua b/lua/lazyvim/plugins/extras/lang/rust.lua index 28298956..4e9dff80 100644 --- a/lua/lazyvim/plugins/extras/lang/rust.lua +++ b/lua/lazyvim/plugins/extras/lang/rust.lua @@ -56,7 +56,7 @@ return { setup = { rust_analyzer = function(_, opts) require("lazyvim.util").on_attach(function(client, buffer) - -- stylua: ignore + -- stylua: ignore if client.name == "rust_analyzer" then vim.keymap.set("n", "K", "RustHoverActions", { buffer = buffer, desc = "Hover Actions (Rust)" }) vim.keymap.set( "n", "cR", "RustCodeAction", { buffer = buffer, desc = "Code Action (Rust)" })