Adjust workspace use and related aerospace configs; minor other changes
This commit is contained in:
@@ -17,7 +17,7 @@ return {
|
||||
pickers = {
|
||||
find_files = {
|
||||
find_command = {
|
||||
"rg", "--no-ignore", "--hidden", "--files",
|
||||
"rg", "--hidden", "--files", -- "--no-ignore",
|
||||
"-g", "!**/.git/**",
|
||||
"-g", "!**/build/**",
|
||||
"-g", "!**/node_modules/**",
|
||||
@@ -25,7 +25,7 @@ return {
|
||||
},
|
||||
live_grep = {
|
||||
additional_args = {
|
||||
"--no-ignore", "--hidden",
|
||||
"--hidden", "--no-binary", -- "--no-ignore",
|
||||
"-g", "!**/.git/**",
|
||||
"-g", "!**/build/**",
|
||||
"-g", "!**/node_modules/**",
|
||||
|
Reference in New Issue
Block a user