Remove typo

This commit is contained in:
gabriellecronofy 2025-07-11 11:23:47 +01:00
parent 999c24baaf
commit b849cddfbd
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ require('lazy').setup({
-- Jump to the definition of the word under your cursor.
-- This is where a variable was first declared, or where a function is defined, etc.
-- To jump back, press <C-t>.
map('gd', require('telescope.builtin').lsp_definitions, '[G]oto [D]efinition')init.
map('gd', require('telescope.builtin').lsp_definitions, '[G]oto [D]efinition')
-- Find references for the word under your cursor.
map('gr', require('telescope.builtin').lsp_references, '[G]oto [R]eferences')