fix(mapping): fix ts utils mappings

This commit is contained in:
Matt Leong 2021-10-25 19:21:27 -07:00
parent 4acead695c
commit 75525ad706

View file

@ -28,6 +28,6 @@ map('n', '<space>wr', '<cmd>lua vim.lsp.buf.remove_workspace_folder()<cr>', opts
map('n', '<space>wl', '<cmd>lua print(vim.inspect(vim.lsp.buf.list_workspace_folders()))<cr>', opts)
-- typescript helpers
map('n', '<space>gr', ':tslsprenamefile<cr>', opts)
map('n', '<space>go', ':tslsporganize<cr>', opts)
map('n', '<space>gi', ':tslspimportall<cr>', opts)
map('n', '<space>gr', ':TSLspRenameFile<CR>', opts)
map('n', '<space>go', ':TSLspOrganize<CR>', opts)
map('n', '<space>gi', ':TSLspImportAll<CR>', opts)