[nvim] Add telescope.nvim

This commit is contained in:
Alyxia Sother 2021-11-14 18:45:32 +01:00
parent 541bf2a3f2
commit 341f862da6
No known key found for this signature in database
GPG key ID: 355968D14144B739
2 changed files with 12 additions and 4 deletions

View file

@ -0,0 +1,4 @@
nnoremap <leader>ff <cmd>Telescope find_files<cr>
nnoremap <leader>fg <cmd>Telescope live_grep<cr>
nnoremap <leader>fb <cmd>Telescope buffers<cr>
nnoremap <leader>fh <cmd>Telescope help_tags<cr>