ignore node_modules

This commit is contained in:
rohith 2025-02-09 20:27:36 +05:30
parent b4539cb3fb
commit 957a7b62ca
1 changed files with 10 additions and 0 deletions

View File

@ -336,6 +336,9 @@ require('lazy').setup({
--
-- Use the `dependencies` key to specify the dependencies of a particular plugin
-- :checkhealth telescope
-- choco install fd
-- choco install ripgrep
{ -- Fuzzy Finder (files, lsp, etc)
'nvim-telescope/telescope.nvim',
event = 'VimEnter',
@ -392,6 +395,13 @@ require('lazy').setup({
-- },
-- },
-- pickers = {}
defaults = {
file_ignore_patterns = {
'node_modules',
'.angular',
'cypress',
},
},
extensions = {
['ui-select'] = {
require('telescope.themes').get_dropdown(),