rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
2.97k stars 78 forks source link

Telescope open historic notification throw highlights error #157

Closed Rlyown closed 1 year ago

Rlyown commented 1 year ago

Here is the error message

E5108: Error executing lua ...r/start/nvim-notify/lua/telescope/_extensions/notify.lua:93: attempt to index field 'highlights' (a nil value)
stack traceback:
    ...r/start/nvim-notify/lua/telescope/_extensions/notify.lua:93: in function 'run_replace_or_original'
    ...e/pack/packer/opt/telescope/lua/telescope/actions/mt.lua:65: in function 'key_func'
    ...ite/pack/packer/opt/telescope/lua/telescope/mappings.lua:352: in function 'execute_keymap'
    [string ":lua"]:1: in main chunk
rcarriga commented 1 year ago

Should be fixed now :+1:

Rlyown commented 1 year ago

It works normally! :)