From 4a607242e449a812c60d3cc29aa8478ad970beb7 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 9 Feb 2022 00:02:38 +0100 Subject: vim: add aucmds for quitting buffers/windows --- .vim/lua/plugins.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.vim/lua/plugins.lua') diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index 7ff36ef..bef00cc 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -888,12 +888,12 @@ return require('packer').startup({function() {type = 'padding', val = 1}, {type = 'text', val = hr, opts = {hl = 'Comment'}}, {type = 'padding', val = 1}, - { - type = 'group', - val = { - them.button('q', 'quit', [[:quit]]), - }, - }, + -- { + -- type = 'group', + -- val = { + -- them.button('q', 'quit', [[:quit]]), + -- }, + -- }, } alpha.setup(them.opts) -- cgit 1.4.1