feat(nvim): add Symbol plugin for Telescope

This commit is contained in:
Stefan Imhoff
2022-10-01 15:55:32 +02:00
parent 9573b4bd0d
commit 9e7c76bf1d
2 changed files with 2 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ keymap("n", "<leader>mru", [[<Cmd>Telescope frecency<CR>]], opts)
keymap("n", "<leader>nm", [[<Cmd>Telescope node_modules list<CR>]], opts)
keymap("n", "<leader>r", [[<Cmd>Telescope resume<CR>]], opts)
keymap("n", "<leader>tg", [[<Cmd>Telescope tags<CR>]], opts)
keymap("n", "<leader>ty", [[<Cmd>Telescope symbols<CR>]], opts)
-- Setup
telescope.setup({