Quramy / tsuquyomi

A Vim plugin for TypeScript

Home Page:http://www.vim.org/scripts/script.php?script_id=5151

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick-Fix Import is indented

benbotto opened this issue · comments

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.

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