Quramy / tsuquyomi

A Vim plugin for TypeScript
http://www.vim.org/scripts/script.php?script_id=5151
1.39k stars 72 forks source link

Quick-Fix Import is indented #264

Open benbotto opened 5 years ago

benbotto commented 5 years ago

When I use :TsuQuickFix to generate an import, the import statement is indented. E.g. on a User type that is not imported, I get this from a quick-fix:

import { User } from "./test/entity/user.entity"; // Note the two spaces at the beginning of the line.

seanharr11 commented 5 years ago

@benbotto I also have this issue...have you come across a fix?