Skip to content

Commit

Permalink
fix: remove duplicate mode_alias index (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
famiu authored Mar 11, 2022
1 parent 4f5afbc commit 2c26a34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/feline/providers/vi_mode.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ local mode_alias = {
['niI'] = 'NORMAL',
['niR'] = 'NORMAL',
['niV'] = 'NORMAL',
['nt'] = 'NORMAL',
['v'] = 'VISUAL',
['V'] = 'LINES',
[''] = 'BLOCK',
Expand Down

0 comments on commit 2c26a34

Please sign in to comment.