mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-07 19:35:17 +02:00
add: update
This commit is contained in:
parent
14207d8f21
commit
9b41753fd4
9 changed files with 348 additions and 189 deletions
|
@ -9,9 +9,6 @@ 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 = {
|
||||
|
@ -23,9 +20,6 @@ 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