mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nvim): add Symbol plugin for Telescope
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user