Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Can't figure out new custom plugin location #37

Closed
will opened this issue Jul 12, 2021 · 3 comments
Closed

Can't figure out new custom plugin location #37

will opened this issue Jul 12, 2021 · 3 comments
Labels
branch: main For stuff regarding to main branch scope: bug Something isn't working

Comments

@will
Copy link

will commented Jul 12, 2021

I'm probably missing something really basic here, but when I try having plugins.lua be

return {
  "dense-analysis/ale",
}

or

return {
  {"dense-analysis/ale"},
}

I get this when starting nvim

packer.nvim] [ERROR 20:33:11] async.lua:20: Error in coroutine: .../site/pack/packer/opt/packer.nvim/lua/packer/display.lua:784: Vim(lua):E5108: Error executing lua [string ":
lua"]:1: attempt to index global 'Luasnip_current_nodes' (a nil value)
@NTBBloodbath
Copy link
Collaborator

Hey, it looks like an error caused by LuaSnip. Is it installed? You can check it by doing :PackerStatus and looking for a LuaSnip entry

@NTBBloodbath NTBBloodbath added branch: main For stuff regarding to main branch scope: bug Something isn't working labels Jul 12, 2021
@NTBBloodbath
Copy link
Collaborator

So I've did a temporal fix for this behavior because it's a problem of LuaSnip. Please follow the steps that are listed in the issue #38 for fixing it.

Let me know if the issue persists for you.

Regards

@will
Copy link
Author

will commented Jul 12, 2021

Deleting LuaSnip and having it get reinstalled fixed it. Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
branch: main For stuff regarding to main branch scope: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants