vim: tweak how lualine displays the mode
This commit is contained in:
parent
576ded4646
commit
c728f7b085
1 changed files with 6 additions and 5 deletions
|
@ -13,6 +13,7 @@ local MODE_MAP = {
|
|||
['niR'] = 'Normal ',
|
||||
['niV'] = 'Normal ',
|
||||
['nt'] = 'Normal ',
|
||||
['ntT'] = 'Normal*',
|
||||
['v'] = 'Visual ',
|
||||
['vs'] = 'Visual ',
|
||||
['V'] = 'V-Line ',
|
||||
|
|
Loading…
Add table
Reference in a new issue