Skip to content

Commit

Permalink
feat(plugins): add tsc.nvim mapping to which-key & remove chatgpt con…
Browse files Browse the repository at this point in the history
…fig file
  • Loading branch information
ecosse3 committed Apr 25, 2023
1 parent 772af39 commit 10e68ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions lua/plugins/chat-gpt.lua

This file was deleted.

1 change: 1 addition & 0 deletions lua/plugins/which-key.lua
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ local function attach_typescript(bufnr)
wk.register({
c = {
name = "LSP",
e = { '<cmd>TSC<CR>', 'workspace errors (TSC)'},
F = { '<cmd>TypescriptFixAll<CR>', 'fix all' },
i = { '<cmd>TypescriptAddMissingImports<CR>', 'import all'},
o = { '<cmd>TypescriptOrganizeImports<CR>', 'organize imports'},
Expand Down

0 comments on commit 10e68ae

Please sign in to comment.