Skip to content

Commit

Permalink
Update init.lua
Browse files Browse the repository at this point in the history
Fix typo in original.

Co-authored-by: Luis G Estrades <[email protected]>
  • Loading branch information
feoh and lgarest authored Aug 21, 2023
1 parent f00ff6f commit 1283a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ local on_attach = function(_, bufnr)

nmap('gd', vim.lsp.buf.definition, '[G]oto [D]efinition')
nmap('gr', require('telescope.builtin').lsp_references, '[G]oto [R]eferences')
nmap('gI', require('telescope.builtin').lsp_implementaitons, '[G]oto [I]mplementation')
nmap('gI', require('telescope.builtin').lsp_implementations, '[G]oto [I]mplementation')
nmap('<leader>D', vim.lsp.buf.type_definition, 'Type [D]efinition')
nmap('<leader>ds', require('telescope.builtin').lsp_document_symbols, '[D]ocument [S]ymbols')
nmap('<leader>ws', require('telescope.builtin').lsp_dynamic_workspace_symbols, '[W]orkspace [S]ymbols')
Expand Down

0 comments on commit 1283a0b

Please sign in to comment.