Remove comment

This commit is contained in:
Marko Korhonen 2023-11-25 15:01:50 +02:00
parent d2f19f1cff
commit 6afe158c36

View file

@ -24,7 +24,6 @@ return {
limit = 8,
label = "Projects",
action = function(path)
-- "Telescope find_files cwd="
require("telescope.builtin").find_files({ cwd = path })
end,
},