Improve LSP mappings

This commit is contained in:
2024-04-01 19:49:22 +01:00
parent 89bca77ef4
commit 12f32b4d7d
2 changed files with 7 additions and 10 deletions

View File

@@ -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 = { },