diff options
Diffstat (limited to '')
| -rw-r--r-- | .vim/lua/plugins.lua | 12 |
1 files changed, 6 insertions, 6 deletions
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<cr>]]), - }, - }, + -- { + -- type = 'group', + -- val = { + -- them.button('q', 'quit', [[:quit<cr>]]), + -- }, + -- }, } alpha.setup(them.opts) |