Remove syncthing migration script
This commit is contained in:
parent
6e154b7299
commit
f76359a615
2 changed files with 17 additions and 19 deletions
|
|
@ -121,6 +121,17 @@
|
|||
};
|
||||
settings = {
|
||||
defaults = {
|
||||
vimgrep_arguments = [
|
||||
"rg"
|
||||
"--color=never"
|
||||
"--no-heading"
|
||||
"--with-filename"
|
||||
"--line-number"
|
||||
"--column"
|
||||
"--smart-case"
|
||||
"--hidden"
|
||||
"--no-ignore"
|
||||
];
|
||||
file_ignore_patterns = [
|
||||
"^.git/"
|
||||
"^node_modules/"
|
||||
|
|
@ -133,6 +144,12 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
pickers = {
|
||||
find_files = {
|
||||
hidden = true;
|
||||
no_ignore = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue