From b849cddfbdfac03f6fe1c732b9ccaa4c6a4ddd23 Mon Sep 17 00:00:00 2001 From: gabriellecronofy Date: Fri, 11 Jul 2025 11:23:47 +0100 Subject: [PATCH] Remove typo --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 3d6ec84c..7a8f8c1e 100644 --- a/init.lua +++ b/init.lua @@ -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 . - 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')