Skip to content

Commit

Permalink
fix(flatten-nvim): open in alternate window by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Mar 24, 2024
1 parent ff35e3b commit e89f119
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, priority = 1001 }
return { "willothy/flatten.nvim", opts = { window = { open = "alternate" } }, lazy = false, priority = 99999 }

0 comments on commit e89f119

Please sign in to comment.