Skip to content

Commit

Permalink
Fix packer syntax wants to after
Browse files Browse the repository at this point in the history
Signed-off-by: Micah Halter <micah@balena.io>
  • Loading branch information
mehalter authored and kabinspace committed Mar 21, 2022
1 parent 008d261 commit 0832446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/core/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ local astro_plugins = {
loader.lazy_load { paths = paths }
loader.lazy_load()
end,
wants = "friendly-snippets",
after = "friendly-snippets",
},

-- Completion engine
Expand Down

0 comments on commit 0832446

Please sign in to comment.