You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I add the following to my packer config I can use this plugin perfectly:
use {
"nvim-telescope/telescope-packer.nvim",
config=function() require("telescope").load_extension"packer" end,
after="telescope.nvim",
},
However after I close and reopen neovim I get this error:
'packer' extension doesn't exist or isn't installed: ...ack/packer/start/packer.nvim/lua/packer/plugin_util
s.lua:104: attempt to index upvalue 'config' (a nil value)
Note: This happens with or without the after and if I rerun PackerSync it continues to give the same error
The text was updated successfully, but these errors were encountered:
If I add the following to my packer config I can use this plugin perfectly:
However after I close and reopen neovim I get this error:
Note: This happens with or without the
after
and if I rerunPackerSync
it continues to give the same errorThe text was updated successfully, but these errors were encountered: