feat: add support for mode nt (#79)

Following https://github.com/neovim/neovim/pull/15878
This commit is contained in:
zeertzjq 2021-10-10 10:43:50 +08:00 committed by GitHub
parent 6aa103def8
commit a564019d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Mode.map = {
['niI'] = 'NORMAL',
['niR'] = 'NORMAL',
['niV'] = 'NORMAL',
['nt'] = 'NORMAL',
['v'] = 'VISUAL',
['vs'] = 'VISUAL',
['V'] = 'V-LINE',