fix(mapping): fix ts utils mappings
This commit is contained in:
parent
4acead695c
commit
75525ad706
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue