How to ignore a certain folder, such as node_module?
Is it possible to configure the ctrlSF configuration to ignore the folder like ctrlP configures ignoreDir?
How to specify a folder (path) to search for?
See the ctrlSF help document for the following example,
Search in a specific sub-directory
:CtrlSF {pattern} /path/to/dir
But I don’t know whether the path should be filled in (/src/views/) relative to the directory where gvim is currently running (d:/workspace/project), or whether it should be filled in according to the complete address (d:/workspace/project/src/ views/)
/path/to/dir This path is not a subpath but an absolute path. The root path of a Unix-like system starts with /