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

Suggestion for normal mode key mappings

pourya7 opened this issue · comments

For many users including myself, we are experiencing slow loading, a great feature would be to make this plugin async from ts server and not wait for the server. Also, I believe the following key mappings would help for plugin managers like vim-plug where we can simply add conditions to load this plugin.

:TsuEnable: to load the plugin and server asynchronously
:TsuDisable: kill the server and exit

something like :ALEEnable , :ALEDisable