mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
enc: add copy paste to telescope livegrap
This commit is contained in:
parent
d93425cec0
commit
cf21e5a91a
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,9 @@ return {
|
|||
}
|
||||
local live_grep = {
|
||||
only_sort_text = true,
|
||||
additional_args = function()
|
||||
return { "--multiline" }
|
||||
end,
|
||||
}
|
||||
if pcode.telescope_theme_find_file and pcode.telescope_theme_find_file ~= "center" then
|
||||
find_files = {
|
||||
|
@ -20,6 +23,9 @@ return {
|
|||
live_grep = {
|
||||
theme = pcode.telescope_theme_live_grep,
|
||||
only_sort_text = true,
|
||||
additional_args = function()
|
||||
return { "--multiline" }
|
||||
end,
|
||||
}
|
||||
end
|
||||
local actions = require("telescope.actions")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue