From f5542cea1a7623ef1e0729661c120fb92d98e3ef Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Tue, 9 Jul 2024 15:28:30 +0200 Subject: [PATCH] add trailspace again --- lua/custom/plugins/ui.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/custom/plugins/ui.lua b/lua/custom/plugins/ui.lua index 3e47e38..41821f6 100644 --- a/lua/custom/plugins/ui.lua +++ b/lua/custom/plugins/ui.lua @@ -127,6 +127,7 @@ return { } end, }, + { 'echasnovski/mini.trailspace', lazy = false, version = false, opts = { only_in_normal_buffers = true } }, { 'folke/which-key.nvim', event = 'VimEnter', -- Sets the loading event to 'VimEnter'