removed the deprecated anchor option

This commit is contained in:
aminnairi
2023-11-27 19:31:09 +01:00
parent 147b26f3db
commit e96e3d213c
-2
View File
@@ -538,7 +538,6 @@ require("lazy").setup({
start_in_insert = true,
-- These are passed to nvim_open_win
anchor = "SW",
border = "rounded",
-- 'editor' and 'win' will default to being centered
relative = "cursor",
@@ -642,7 +641,6 @@ require("lazy").setup({
-- Options for built-in selector
builtin = {
-- These are passed to nvim_open_win
anchor = "NW",
border = "rounded",
-- 'editor' and 'win' will default to being centered
relative = "editor",