I bisected this down to this commit: https://github.com/leafgarland/typescript-vim/commit/169f6783e786fa8f9ad82c8b97ca0dfe80286118 Repro: - install tip-of-tree typescript-vim - open a simple typescript file: ```ts import fs from 'fs'; import path from 'path'; ``` This is what it looks like on master: <img width="360" alt="image" src="https://github.com/leafgarland/typescript-vim/assets/746130/76726097-28bc-4349-9cc1-88050b85a5d5"> This is what it looks like with https://github.com/leafgarland/typescript-vim/commit/31ede5ad905ce4159a5e285073a391daa3bf83fa: <img width="304" alt="image" src="https://github.com/leafgarland/typescript-vim/assets/746130/9ea770b6-0ff1-4ad2-b059-b0ac17db6646">