fix(edgy): typo

This commit is contained in:
Folke Lemaitre
2023-10-09 20:12:45 +02:00
parent fb70170058
commit 9357ea2881

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