neovim

Personal neovim configuration files
git clone git://gtms.dev/neovim.git
Log | Files | Refs

commit 75c71eef1de5cbb8e35b927e816e6466797743ee
parent 22c3355d5690c1e4ffe2cc44619b0a113fe1840f
Author: Tomas Nemec <nemi@skaut.cz>
Date:   Tue, 16 Nov 2021 13:24:26 +0100

update

Diffstat:
Mlua/my-default.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lua/my-default.lua b/lua/my-default.lua @@ -131,7 +131,7 @@ end Group.new('LightspeedGreyWash', gray_wash, colors.backg) Group.new('LightspeedCursor', N, N, styles.reverse) -Group.new('LightspeedUnlabeledMatch', N, N, styles.bold) -- linked: hLightspeedUniqueChar +Group.new('LightspeedUnlabeledMatch', N, N, styles.reverse) -- linked: hLightspeedUniqueChar Group.new('LightspeedPendingOpArea', N, N, styles.reverse) Group.new('LightspeedLabel', ls1, colors.none, styles.none) Group.new('LightspeedLabelOverlapped', dimm(ls1, 0.1), colors.none, styles.none)