Mercurial > dotfiles
comparison .chezmoitemplates/init.lua @ 625:c8960ba7f019
Update settings for settle.nvim
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 04 Aug 2022 22:04:39 +0200 |
parents | c0cef1aa4ccd |
children | a2a5862a3bd3 |
comparison
equal
deleted
inserted
replaced
624:c0cef1aa4ccd | 625:c8960ba7f019 |
---|---|
94 vim.g.splice_initial_scrollbind_path = 1 | 94 vim.g.splice_initial_scrollbind_path = 1 |
95 vim.g.splice_wrap = 'nowrap' | 95 vim.g.splice_wrap = 'nowrap' |
96 end, | 96 end, |
97 } | 97 } |
98 use { | 98 use { |
99 'zegervdv/merge.nvim', | 99 'zegervdv/settle.nvim', |
100 opt = true, | 100 opt = true, |
101 cmd = { 'MergeInit' }, | 101 cmd = { 'SettleInit' }, |
102 config = function() | 102 branch = 'extmarks', |
103 require('merge').setup { | 103 config = function() |
104 require('settle').setup { | |
104 wrap = true, | 105 wrap = true, |
106 symbol = '▊', | |
105 pre_hook = function() | 107 pre_hook = function() |
106 -- disable dirvish | 108 -- disable dirvish |
107 vim.api.nvim_del_keymap('n', '-') | 109 vim.api.nvim_del_keymap('n', '-') |
108 end, | 110 end, |
109 } | 111 } |