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
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 tosudo killall nvimand restart.for example
import { getSession } from '@<-- this causes nvim to freezeWhat I've done to investigate:
When i disable
cmp-pathI can type@in my import line without a problem