Change terminal color

This commit is contained in:
Olivier Roques
2021-01-11 00:18:43 +01:00
parent b2f13693e7
commit 7a701bec8e

View File

@@ -14,7 +14,7 @@ M.modes = {
['s'] = {text = 'SELECT', state = 'visual'},
['S'] = {text = 'S-LINE', state = 'visual'},
[''] = {text = 'S-BLOCK', state = 'visual'},
['t'] = {text = 'TERMINAL', state = 'normal'},
['t'] = {text = 'TERMINAL', state = 'insert'},
}
function M.echo(hlgroup, msg)