summary refs log tree commit diff
path: root/.vim/plugin/auto.lua
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2025-04-30 13:14:22 +0200
committerRobert Günzler <r@gnzler.io>2025-04-30 13:14:22 +0200
commit6a1810f4dfe4ac22dfbaf2b98fb7618fd76eb761 (patch)
treed9cc1046e3305476e2eea284fbdafde049cf3e10 /.vim/plugin/auto.lua
parent59bdb9bc3f7b06b886a24def842f62f350f1411b (diff)
vim: misc updates
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.vim/plugin/auto.lua')
-rw-r--r--.vim/plugin/auto.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/.vim/plugin/auto.lua b/.vim/plugin/auto.lua
index ab4e159..98f0ef1 100644
--- a/.vim/plugin/auto.lua
+++ b/.vim/plugin/auto.lua
@@ -30,9 +30,9 @@ do
     end,
     group = group,
   })
-  autocmd('TermClose', {
-    pattern = { 'term://*' },
-    command = [[ if !v:event.status | exe 'bdelete! '..expand('<abuf>') | endif ]],
-    group = group,
-  })
+  -- autocmd('TermClose', {
+  --   pattern = { 'term://*' },
+  --   command = [[ if !v:event.status | exe 'bdelete! '..expand('<abuf>') | endif ]],
+  --   group = group,
+  -- })
 end