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
{{ message }}
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
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.
I'm probably missing something really basic here, but when I try having plugins.lua be
or
I get this when starting nvim
The text was updated successfully, but these errors were encountered: