Skip to content

Commit

Permalink
feat(telescope): added spell suggestions and showing lsp references
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-grigoriev committed Sep 29, 2023
1 parent 9ec0c8a commit ea10975
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/plugin_configs/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ vim.keymap.set('n', 'tg', builtin.live_grep, {})
vim.keymap.set('n', 'tb', builtin.buffers, {})
vim.keymap.set('n', 'th', builtin.help_tags, {})
vim.keymap.set('n', 'tk', builtin.keymaps, {})
vim.keymap.set('n', 'ts', builtin.spell_suggest, {})
vim.keymap.set('n', 'tlr', builtin.lsp_references, {})

0 comments on commit ea10975

Please sign in to comment.