From e03a46b2f1ec26dd5b5eda1d8884df6f93a39490 Mon Sep 17 00:00:00 2001 From: Chiller Dragon Date: Tue, 12 Mar 2024 07:20:39 +0800 Subject: chore: rename to for consistency (#719) --- nvim/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim/init.lua') diff --git a/nvim/init.lua b/nvim/init.lua index 9216e60..c570c4c 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -456,7 +456,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 . + -- To jump back, press . map('gd', require('telescope.builtin').lsp_definitions, '[G]oto [D]efinition') -- Find references for the word under your cursor. -- cgit v1.2.3