From 6dd62b4cc8b2142135632483bfb55501645d55b8 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Wed, 21 Jan 2026 19:06:11 -0500 Subject: big updates --- plugin/12_autocommands.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'plugin/12_autocommands.lua') diff --git a/plugin/12_autocommands.lua b/plugin/12_autocommands.lua index 829ed97..73bce84 100644 --- a/plugin/12_autocommands.lua +++ b/plugin/12_autocommands.lua @@ -27,12 +27,6 @@ au("LspAttach", { desc = "add sign column when LSP is attached and redraw status", }) -au("LspDetach", { - group = group, - command = "redrawstatus", - desc = "redraw status when LSP is dettached", -}) - au("FileType", { group = group, pattern = "fugitive,git,help,man,qf,query,scratch", -- cgit v1.2.3-71-gdd5e