mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
removed the deprecated anchor option
This commit is contained in:
@@ -538,7 +538,6 @@ require("lazy").setup({
|
|||||||
start_in_insert = true,
|
start_in_insert = true,
|
||||||
|
|
||||||
-- These are passed to nvim_open_win
|
-- These are passed to nvim_open_win
|
||||||
anchor = "SW",
|
|
||||||
border = "rounded",
|
border = "rounded",
|
||||||
-- 'editor' and 'win' will default to being centered
|
-- 'editor' and 'win' will default to being centered
|
||||||
relative = "cursor",
|
relative = "cursor",
|
||||||
@@ -642,7 +641,6 @@ require("lazy").setup({
|
|||||||
-- Options for built-in selector
|
-- Options for built-in selector
|
||||||
builtin = {
|
builtin = {
|
||||||
-- These are passed to nvim_open_win
|
-- These are passed to nvim_open_win
|
||||||
anchor = "NW",
|
|
||||||
border = "rounded",
|
border = "rounded",
|
||||||
-- 'editor' and 'win' will default to being centered
|
-- 'editor' and 'win' will default to being centered
|
||||||
relative = "editor",
|
relative = "editor",
|
||||||
|
|||||||
Reference in New Issue
Block a user