mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21: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,
|
||||
},
|
||||
},
|
||||
{
|
||||
"nvim-telescope/telescope.nvim",
|
||||
opts = {
|
||||
defaults = {
|
||||
file_ignore_patterns = { "%.min%.js" }
|
||||
}
|
||||
},
|
||||
},
|
||||
-- {
|
||||
-- "nvim-telescope/telescope.nvim",
|
||||
-- opts = {
|
||||
-- defaults = {
|
||||
-- file_ignore_patterns = { "%.min%.js" }
|
||||
-- }
|
||||
-- },
|
||||
-- },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue