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

@@ -89,6 +89,9 @@ require("packer").startup(function(use)
"nvim-telescope/telescope-fzf-native.nvim", "nvim-telescope/telescope-fzf-native.nvim",
run = "make", run = "make",
}, },
{
"nvim-telescope/telescope-symbols.nvim",
},
}) })
-- Statusline -- Statusline

View File

@@ -60,7 +60,8 @@ nmap("<A-l>", ":+tabmove<CR>")
nmap("<leader><leader>", ":lua require('nvim-tree').toggle(true, false)<CR>") nmap("<leader><leader>", ":lua require('nvim-tree').toggle(true, false)<CR>")
-- Telescope -- 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>") nmap("<leader>p", ":Telescope<CR>")
-- LSP -- LSP