Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension only works if it's added while neovim is running, fails on a restart #22

Open
RoryNesbitt opened this issue Jul 28, 2022 · 0 comments

Comments

@RoryNesbitt
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant