fix(neovim): optimise telescope project setup
This commit is contained in:
parent
a8adc9a3ca
commit
8c1d4cf38c
|
@ -2,9 +2,9 @@ require("telescope").setup {
|
||||||
extensions = {
|
extensions = {
|
||||||
project = {
|
project = {
|
||||||
base_dirs = {
|
base_dirs = {
|
||||||
{ "/etc/nixos" },
|
"/etc/nixos",
|
||||||
{ "~/dev", max_depth = 3 },
|
{ "~/dev", max_depth = 2 },
|
||||||
{ "~/dev/work", max_depth = 3 },
|
{ "~/dev/work", max_depth = 4 },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue