danielfalk / smart-open.nvim

Neovim plugin for fast file-finding
MIT License
498 stars 25 forks source link

Some configuration and mapping are broken in `main` branch #75

Open Parsifa1 opened 3 months ago

Parsifa1 commented 3 months ago

Compared with 0.2.x, <C-c> on main seems to be damaged, unable to perform the close function, and cannot pass

smart_open = {
            match_algorithm = "fzf",
            mappings = {
                ["<C-c>"] = "close",
            },
        },

to set