fix(nvim): enable ctrl-w back in smart open

This commit is contained in:
Oliver
2025-08-27 12:09:21 +02:00
parent 724a51a7be
commit 98f8c886d6
3 changed files with 15 additions and 4 deletions

View File

@@ -6,9 +6,5 @@ return {
end,
dependencies = {
"kkharji/sqlite.lua",
-- -- Only required if using match_algorithm fzf
-- { "nvim-telescope/telescope-fzf-native.nvim", build = "make" },
-- -- Optional. If installed, native fzy will be used when match_algorithm is fzy
-- { "nvim-telescope/telescope-fzy-native.nvim" },
},
}