From 9357ea2881fdd57b028256597c01e15601c29aaf Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 9 Oct 2023 20:12:45 +0200 Subject: [PATCH] fix(edgy): typo --- lua/lazyvim/plugins/extras/ui/edgy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/ui/edgy.lua b/lua/lazyvim/plugins/extras/ui/edgy.lua index 5d6eb9d8..2e0db1c1 100644 --- a/lua/lazyvim/plugins/extras/ui/edgy.lua +++ b/lua/lazyvim/plugins/extras/ui/edgy.lua @@ -123,7 +123,7 @@ return { "nvim-telescope/telescope.nvim", opts = { defaults = { - get_selecition_window = function() + get_selection_window = function() require("edgy").goto_main() return 0 end,