Rishu Shrivastav

Results 1 comments of Rishu Shrivastav

> I have same problem, I fix it by adding command to set filetype to typescript whenever file extension `*.ts` is opened. > > `autocmd BufNewFile,BufRead *.ts setlocal filetype=typescript` >...