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

Not an editor command: TsuDefinition

trende-jp opened this issue · comments

Installed on neovim using plug but this method isn't available.

It seems that this happens when viewing a .tsx file.

The following setting in the neovim config allows tsx to be treated as typescript:

autocmd BufEnter *.tsx set filetype=typescript