Add telescope keymap for notify
This commit is contained in:
@@ -16,5 +16,10 @@
|
||||
|
||||
-- https://github.com/rcarriga/nvim-notify
|
||||
|
||||
local telescope = require("telescope")
|
||||
|
||||
vim.notify = require("notify")
|
||||
require("telescope").load_extension("notify")
|
||||
telescope.load_extension("notify")
|
||||
vim.keymap.set(
|
||||
"n", "<leader>fn", function () telescope.extensions.notify.notify() end
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user