File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -566,11 +566,11 @@ require('lazy').setup({
566
566
567
567
-- Fuzzy find all the symbols in your current document.
568
568
-- Symbols are things like variables, functions, types, etc.
569
- map (' gO ' , require (' telescope.builtin' ).lsp_document_symbols , ' Open Document Symbols' )
569
+ map (' go ' , require (' telescope.builtin' ).lsp_document_symbols , ' Open Document Symbols' )
570
570
571
571
-- Fuzzy find all the symbols in your current workspace.
572
572
-- Similar to document symbols, except searches over your entire project.
573
- map (' gW ' , require (' telescope.builtin' ).lsp_dynamic_workspace_symbols , ' Open Workspace Symbols' )
573
+ map (' gw ' , require (' telescope.builtin' ).lsp_dynamic_workspace_symbols , ' Open Workspace Symbols' )
574
574
575
575
-- Jump to the type of the word under your cursor.
576
576
-- Useful when you're not sure what type a variable is and you want to see
You can’t perform that action at this time.
0 commit comments