fix(snipe): move plugin window to top right to less obstruct code view
This commit is contained in:
parent
1b2bd5e244
commit
b54dabe9cd
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ return {
|
||||||
-- make sure they don't collide with the navigation keymaps
|
-- make sure they don't collide with the navigation keymaps
|
||||||
dictionary = "saflewcmpghio",
|
dictionary = "saflewcmpghio",
|
||||||
},
|
},
|
||||||
|
ui = {
|
||||||
|
position = "topright",
|
||||||
|
},
|
||||||
navigate = {
|
navigate = {
|
||||||
cancel_snipe = "q",
|
cancel_snipe = "q",
|
||||||
-- Close the buffer under the cursor
|
-- Close the buffer under the cursor
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue