vim/telescope: formatting

This commit is contained in:
Fernando Schauenburg 2023-08-06 19:13:32 +02:00
parent 7edd81af89
commit 986e801a1a

View file

@ -144,8 +144,8 @@ local config = function()
{ 'q', ts.quickfix , ' Quickfix' , '[q]uickfix' }, { 'q', ts.quickfix , ' Quickfix' , '[q]uickfix' },
{ 'r', ts.lsp_references , ' References' , '[r]eferences' }, { 'r', ts.lsp_references , ' References' , '[r]eferences' },
{ 'R', ts.registers , '󱓥 Registers' , '[R]registers' }, { 'R', ts.registers , '󱓥 Registers' , '[R]registers' },
{ 's', ts.lsp_document_symbols , '󰫧 Document Symbols ' , '[l]sp document [s]ymbols' }, { 's', ts.lsp_document_symbols , '󰫧 Document Symbols ' , 'lsp document [s]ymbols' },
{ 'S', ts.lsp_workspace_symbols , '󱄑 Workspace Symbols ' , '[l]sp workspace [S]ymbols' }, { 'S', ts.lsp_workspace_symbols , '󱄑 Workspace Symbols ' , 'lsp workspace [S]ymbols' },
{ 't', ts.treesitter , ' Treesitter symbols' , '[t]reesitter Symbols' }, { 't', ts.treesitter , ' Treesitter symbols' , '[t]reesitter Symbols' },
-- u -- u
-- v -- v
@ -159,7 +159,6 @@ local config = function()
{ '/', ts.search_history , ' Search history' , '[/]search history' }, { '/', ts.search_history , ' Search history' , '[/]search history' },
{'<c-p>', ts.resume , '󰐎 Resume' , 'Resume' }, {'<c-p>', ts.resume , '󰐎 Resume' , 'Resume' },
}, },
v = { v = {
{ 's', my.selection , '' --[[dynamic]] , 'visual [s]election' }, { 's', my.selection , '' --[[dynamic]] , 'visual [s]election' },
} }