mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 20:26:26 +00:00
Enable <cmd>Telescope notify
This commit is contained in:
parent
784fee4cef
commit
e44c226a70
@ -31,6 +31,10 @@ local function config_telescope()
|
||||
"<cmd>lua require('telescope.builtin').spell_suggest(require('telescope.themes').get_cursor())<CR>",
|
||||
opts
|
||||
)
|
||||
|
||||
if require("utils").is_plugin_loaded("nvim-notify") then
|
||||
require("telescope").load_extension("notify")
|
||||
end
|
||||
end
|
||||
|
||||
config_telescope()
|
||||
|
Loading…
Reference in New Issue
Block a user