Skip to content

Commit 1283a0b

Browse files
feohlgarest
andauthored
Update init.lua
Fix typo in original. Co-authored-by: Luis G Estrades <[email protected]>
1 parent f00ff6f commit 1283a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ local on_attach = function(_, bufnr)
403403

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

0 commit comments

Comments
 (0)