add: telescope theme

This commit is contained in:
asep.komarudin 2024-06-07 20:15:49 +07:00
parent 56e8da9c8e
commit c5280b8d08
5 changed files with 199 additions and 155 deletions

View file

@ -126,7 +126,8 @@ M.mappings = {
"<cmd>Telescope find_files <CR>",
" Find files",
},
["F"] = { "<cmd>Telescope live_grep theme=ivy<cr>", " Find Text" },
-- ["F"] = { "<cmd>Telescope live_grep theme=ivy<cr>", " Find Text" },
["F"] = { "<cmd>Telescope live_grep<cr>", " Find Text" },
["/"] = {
function()
require("Comment.api").toggle.linewise.current()