Remove comment

This commit is contained in:
Marko Korhonen 2023-11-25 15:01:50 +02:00
parent b570b8a075
commit 1ce80c1347
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

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