install telescope-symbols

This commit is contained in:
2022-03-16 10:19:10 +03:00
parent bc060ef011
commit 1c61a634a6
2 changed files with 5 additions and 1 deletions

View File

@@ -60,7 +60,8 @@ nmap("<A-l>", ":+tabmove<CR>")
nmap("<leader><leader>", ":lua require('nvim-tree').toggle(true, false)<CR>")
-- Telescope
nmap("<leader>f", ":Telescope find_files<CR>")
nmap("<leader>ff", ":Telescope find_files<CR>")
nmap("<leader>fo", ":Telescope lsp_document_symbols<CR>")
nmap("<leader>p", ":Telescope<CR>")
-- LSP