From b54dabe9cdaeb456bf4b546b957bf80f1390b14d Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Wed, 25 Sep 2024 12:16:47 +0200 Subject: [PATCH] fix(snipe): move plugin window to top right to less obstruct code view --- lua/weeheavy/plugins/snipe.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/weeheavy/plugins/snipe.lua b/lua/weeheavy/plugins/snipe.lua index 497cf7f..bb83c61 100644 --- a/lua/weeheavy/plugins/snipe.lua +++ b/lua/weeheavy/plugins/snipe.lua @@ -20,6 +20,9 @@ return { -- make sure they don't collide with the navigation keymaps dictionary = "saflewcmpghio", }, + ui = { + position = "topright", + }, navigate = { cancel_snipe = "q", -- Close the buffer under the cursor