Improve LSP mappings
This commit is contained in:
@@ -37,8 +37,6 @@ return {
|
||||
vim.keymap.set('n', '<leader>rg', ':Telescope grep_string<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 = { },
|
||||
|
||||
Reference in New Issue
Block a user