Skip to content

Commit

Permalink
Neovim: Use telescope for references
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexvZyl committed Jul 19, 2023
1 parent 110d7b7 commit 0549266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/lua/alex/keymaps/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function M.init()
-- LSP.
keymap(n, '<leader>d', '<Cmd>TroubleToggle document_diagnostics<CR>', default_settings)
keymap(n, '<leader>D', '<Cmd>TroubleToggle workspace_diagnostics<CR>', default_settings)
keymap(n, 'gr', '<Cmd>Lspsaga finder<CR>', default_settings)
keymap(n, 'gr', '<Cmd>Telescope lsp_references<CR>', default_settings)
keymap(n_v, 'ca', '<Cmd>Lspsaga code_action<CR>', default_settings)
keymap(n_v, 'RR', '<Cmd>Lspsaga rename<CR>', default_settings)
keymap(n, 'gd', '<Cmd>Lspsaga peek_definition<CR>', default_settings)
Expand Down

0 comments on commit 0549266

Please sign in to comment.