Skip to content

Commit

Permalink
fix(terminal-integration): fix priority of loading flatten.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Mar 14, 2023
1 parent 3836d18 commit c1fb750
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return { "willothy/flatten.nvim", opts = {}, lazy = false }
return { "willothy/flatten.nvim", opts = {}, lazy = false, priority = 1001 }

0 comments on commit c1fb750

Please sign in to comment.