formatting
This commit is contained in:
@@ -120,7 +120,7 @@ return {
|
||||
mappings = {
|
||||
i = {
|
||||
["<C-k>"] = lga_actions.quote_prompt(),
|
||||
["<C-i>"] = lga_actions.quote_prompt({ postfix = " --iglob "}),
|
||||
["<C-i>"] = lga_actions.quote_prompt({ postfix = " --iglob " }),
|
||||
["<C-space>"] = lga_actions.to_fuzzy_refine,
|
||||
}
|
||||
}
|
||||
@@ -128,12 +128,13 @@ return {
|
||||
}
|
||||
})
|
||||
require("telescope").load_extension("live_grep_args")
|
||||
vim.keymap.set("n", "<leader>fg", ":lua require(\"telescope\").extensions.live_grep_args.live_grep_args()<CR>")
|
||||
vim.keymap.set("n", "<leader>fg",
|
||||
":lua require(\"telescope\").extensions.live_grep_args.live_grep_args()<CR>")
|
||||
end
|
||||
},
|
||||
{
|
||||
"fdschmidt93/telescope-egrepify.nvim",
|
||||
config = function ()
|
||||
config = function()
|
||||
require("telescope").load_extension("egrepify")
|
||||
end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user