From 58d4f70f276711b4c0a80f23f394b68d16d19a82 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 3 Dec 2024 23:02:28 +0100 Subject: refactor(plugins): replace rust.vim with fmt("rustfmt") in guard.nvim --- lua/pml68/plugins/lang-specific.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lua/pml68/plugins/lang-specific.lua') diff --git a/lua/pml68/plugins/lang-specific.lua b/lua/pml68/plugins/lang-specific.lua index e4118fa..782e207 100644 --- a/lua/pml68/plugins/lang-specific.lua +++ b/lua/pml68/plugins/lang-specific.lua @@ -14,13 +14,6 @@ return { build = ":GoInstallDeps", }, -- Rust - { - "rust-lang/rust.vim", - ft = "rust", - init = function() - vim.g.rustfmt_autosave = 1 - end, - }, { "saecki/crates.nvim", tag = "stable", -- cgit v1.2.3