summaryrefslogtreecommitdiff
path: root/plugin/12_autocommands.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/12_autocommands.lua')
-rw-r--r--plugin/12_autocommands.lua6
1 files changed, 0 insertions, 6 deletions
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",