Merge f8f6a67ce1
into 3cfccc01be
This commit is contained in:
commit
ed457fa37f
1 changed files with 1 additions and 1 deletions
2
init.lua
2
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 <C-T>.
|
||||
-- To jump back, press <C-t>.
|
||||
map('gd', require('telescope.builtin').lsp_definitions, '[G]oto [D]efinition')
|
||||
|
||||
-- Find references for the word under your cursor.
|
||||
|
|
Loading…
Add table
Reference in a new issue