mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
Adds .swiftpm to be ignored in telescope
This commit is contained in:
@@ -10,7 +10,7 @@ return {
|
||||
|
||||
require('telescope').setup({
|
||||
defaults = {
|
||||
file_ignore_patterns = {"node_modules", "%.jpg", "%.png"},
|
||||
file_ignore_patterns = {"node_modules", "%.jpg", "%.png", ".swiftpm"},
|
||||
vimgrep_arguments = {
|
||||
'rg',
|
||||
'--follow',
|
||||
|
||||
Reference in New Issue
Block a user