I'm on commit (c6635aa).
Occuring in Typescript
What happens:
When I get to the @ symbol in my import, it freezes my nvim, and I need to sudo killall nvim and restart.
for example
import { getSession } from '@ <-- this causes nvim to freeze
What I've done to investigate:
When i disable cmp-path I can type @ in my import line without a problem