comparison .chezmoitemplates/init.lua @ 606:3fb4fbf5fde2

add diff fillchar
author zegervdv <zegervdv@me.com>
date Mon, 18 Jul 2022 21:27:53 +0200
parents 2828b29de182
children 9a7fe4a97873
comparison
equal deleted inserted replaced
605:2828b29de182 606:3fb4fbf5fde2
734 n = true, -- Normal mode 734 n = true, -- Normal mode
735 i = true, -- Insert mode 735 i = true, -- Insert mode
736 c = true, -- Commandline mode 736 c = true, -- Commandline mode
737 } 737 }
738 738
739 opt.fillchars = {
740 diff = '╱',
741 }
742
739 opt.foldmethod = 'expr' 743 opt.foldmethod = 'expr'
740 opt.foldexpr = 'nvim_treesitter#foldexpr()' 744 opt.foldexpr = 'nvim_treesitter#foldexpr()'
741 opt.foldnestmax = 3 745 opt.foldnestmax = 3
742 opt.foldminlines = 1 746 opt.foldminlines = 1
743 opt.foldtext = 747 opt.foldtext =