Mercurial > dotfiles
comparison .chezmoitemplates/init.lua @ 644:eb85d49022ac
fix breaking change in heirline
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 01 Sep 2022 14:00:14 +0200 |
parents | fddc9726f457 |
children | eb7d12790ebe |
comparison
equal
deleted
inserted
replaced
643:fddc9726f457 | 644:eb85d49022ac |
---|---|
570 FileNameBlock, | 570 FileNameBlock, |
571 align, | 571 align, |
572 rbound, | 572 rbound, |
573 } | 573 } |
574 local statusline = { | 574 local statusline = { |
575 init = utils.pick_child_on_condition, | 575 fallthrough = false, |
576 hl = { bg = 'bg' }, | 576 hl = { bg = 'bg' }, |
577 statusline_inactive, | 577 statusline_inactive, |
578 statusline_default, | 578 statusline_default, |
579 } | 579 } |
580 | 580 |
648 end, | 648 end, |
649 keys = { [[<F12>]] }, | 649 keys = { [[<F12>]] }, |
650 } | 650 } |
651 | 651 |
652 -- Filetypes | 652 -- Filetypes |
653 use { 'lepture/vim-jinja' } | |
654 | |
655 use { 'nathangrigg/vim-beancount' } | 653 use { 'nathangrigg/vim-beancount' } |
656 | 654 |
657 -- Integration with external tools | 655 -- Integration with external tools |
658 use { | 656 use { |
659 'glacambre/firenvim', | 657 'glacambre/firenvim', |