You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What we've found useful is to be able to change the options of zoekt-git-index on demand, without the need of any code changes.
This can be extremely handy when for example building/running using Docker.
An important option is the file_limit but I believe it'd be useful to have ctags as well.
These could be passed as Options and then all the way down here.
In terms of ctags, do we need this to be enabled by default? This is the case in the indexserver but not in the gitindex.
If you agree or have any other properties in mind let me know and I'll raise a PR.
The text was updated successfully, but these errors were encountered:
What we've found useful is to be able to change the options of zoekt-git-index on demand, without the need of any code changes.
This can be extremely handy when for example building/running using Docker.
An important option is the
file_limit
but I believe it'd be useful to havectags
as well.These could be passed as Options and then all the way down here.
In terms of
ctags
, do we need this to be enabled by default? This is the case in the indexserver but not in the gitindex.If you agree or have any other properties in mind let me know and I'll raise a PR.
The text was updated successfully, but these errors were encountered: