[Telescope] Add telescope notifications
This commit is contained in:
parent
b8e3cf84ad
commit
ad3afc0064
@ -57,6 +57,10 @@ return {
|
||||
opts.desc = "Show diagnostics"
|
||||
vim.keymap.set('n', '<leader>fd', ':Telescope diagnostics<CR>', opts)
|
||||
|
||||
-- Notifications
|
||||
opts.desc = "Show notifications"
|
||||
vim.keymap.set('n', '<leader>fd', ':Telescope notify<CR>', opts)
|
||||
|
||||
-- Implementations
|
||||
opts.desc = "Show implementations"
|
||||
vim.keymap.set('n', '<leader>fi', ':Telescope lsp_implementations<CR>', opts)
|
||||
|
Loading…
x
Reference in New Issue
Block a user