Skip to content

Commit

Permalink
feat(mini.clue): Use default anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft committed Mar 26, 2024
1 parent 6b27268 commit 92d09d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/keybinding/mini-clue/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ return {
end
end
return {
window = { config = { anchor = "SW", row = "auto", col = "auto" } },
window = { config = { row = "auto", col = "auto" } },
triggers = {
-- Leader triggers
{ mode = "n", keys = "<Leader>" },
Expand Down

0 comments on commit 92d09d7

Please sign in to comment.