mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-23 21:11:03 +00:00
removed telescope mods
This commit is contained in:
parent
f61c4468a3
commit
4a7c8dba8d
1 changed files with 8 additions and 8 deletions
|
|
@ -18,12 +18,12 @@ return {
|
||||||
current_line_blame = true,
|
current_line_blame = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
-- {
|
||||||
"nvim-telescope/telescope.nvim",
|
-- "nvim-telescope/telescope.nvim",
|
||||||
opts = {
|
-- opts = {
|
||||||
defaults = {
|
-- defaults = {
|
||||||
file_ignore_patterns = { "%.min%.js" }
|
-- file_ignore_patterns = { "%.min%.js" }
|
||||||
}
|
-- }
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue