mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
add: telescope theme
This commit is contained in:
parent
56e8da9c8e
commit
c5280b8d08
5 changed files with 199 additions and 155 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue