Add more Telescope LSP mappings
This commit is contained in:
parent
f49f56d043
commit
49af40c918
@ -36,6 +36,8 @@ return {
|
||||
vim.keymap.set('n', '<leader>gg', ':Telescope live_grep<CR>', opts)
|
||||
vim.keymap.set('n', '<leader>gb', ':Telescope buffers<CR>', opts)
|
||||
vim.keymap.set('n', '<leader>gh', ':Telescope help_tags<CR>', opts)
|
||||
vim.keymap.set('n', '<leader>gs', ':Telescope lsp_document_symbols<CR>', opts)
|
||||
vim.keymap.set('n', '<leader>gr', ':Telescope lsp_references<CR>', opts)
|
||||
|
||||
require('easypick').setup({
|
||||
pickers = { },
|
||||
|
Loading…
x
Reference in New Issue
Block a user