vim/telescope: add LSP mappings
This commit is contained in:
parent
69ef4c6e7f
commit
7edd81af89
1 changed files with 5 additions and 3 deletions
|
@ -142,12 +142,14 @@ local config = function()
|
||||||
{ 'o', ts.vim_options , ' Vim options' , 'vim [o]ptions' },
|
{ 'o', ts.vim_options , ' Vim options' , 'vim [o]ptions' },
|
||||||
-- p
|
-- p
|
||||||
{ 'q', ts.quickfix , ' Quickfix' , '[q]uickfix' },
|
{ 'q', ts.quickfix , ' Quickfix' , '[q]uickfix' },
|
||||||
{ 'r', ts.registers , ' Registers' , '[r]registers' },
|
{ 'r', ts.lsp_references , ' References' , '[r]eferences' },
|
||||||
{ 's', my.selection , '' --[[dynamic]] , '[s]selection' },
|
{ 'R', ts.registers , ' Registers' , '[R]registers' },
|
||||||
|
{ 's', ts.lsp_document_symbols , ' Document Symbols ' , '[l]sp document [s]ymbols' },
|
||||||
|
{ 'S', ts.lsp_workspace_symbols , ' Workspace Symbols ' , '[l]sp workspace [S]ymbols' },
|
||||||
{ 't', ts.treesitter , ' Treesitter symbols' , '[t]reesitter Symbols' },
|
{ 't', ts.treesitter , ' Treesitter symbols' , '[t]reesitter Symbols' },
|
||||||
-- u
|
-- u
|
||||||
-- v
|
-- v
|
||||||
-- w
|
{ 'w', my.selection , '' --[[dynamic]] , '[w]word under cursor' },
|
||||||
-- x
|
-- x
|
||||||
-- y
|
-- y
|
||||||
{ 'z', my.spell_suggest , ' Spelling suggestions' , '[z] spell suggestions' },
|
{ 'z', my.spell_suggest , ' Spelling suggestions' , '[z] spell suggestions' },
|
||||||
|
|
Loading…
Add table
Reference in a new issue