smart-open.nvim
smart-open.nvim copied to clipboard
Some configuration and mapping are broken in `main` branch
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