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",