From e96e3d213ce362c03c4df0624f93a0d58d4e284b Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:31:09 +0100 Subject: [PATCH] removed the deprecated anchor option --- nvim/init.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/nvim/init.lua b/nvim/init.lua index 07ce21d..dd815e1 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -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",