diff --git a/lua/plugins/which-key.lua b/lua/plugins/which-key.lua index 01137916..d0eb1316 100644 --- a/lua/plugins/which-key.lua +++ b/lua/plugins/which-key.lua @@ -305,11 +305,12 @@ local function attach_typescript(bufnr) wk.register({ c = { name = "LSP", - e = { 'TSC', 'workspace errors (TSC)'}, - F = { 'TypescriptFixAll', 'fix all' }, - i = { 'TypescriptAddMissingImports', 'import all'}, - o = { 'TypescriptOrganizeImports', 'organize imports'}, - u = { 'TypescriptRemoveUnused', 'remove unused' }, + e = { 'TSC', 'workspace errors (TSC)'}, + F = { 'TSToolsFixAll', 'fix all' }, + i = { 'TSToolsAddMissingImports', 'import all'}, + o = { 'TSToolsOrganizeImports', 'organize imports'}, + s = { 'TSToolsSortImports', 'sort imports'}, + u = { 'TSToolsRemoveUnused', 'remove unused' }, } }, { buffer = bufnr ,