Skip to content
Delyan Angelov edited this page Apr 19, 2024 · 2 revisions

To configure v-analyzer, a global or local configuration can be used.

The global config is located in ~/.config/v-analyzer/config.toml. It is used for all projects that don't use their own local config.

A local config can be created with the v-analyzer init command at the root of the project. It will create a template in ./.v-analyzer/config.toml. Each setting in the config has a detailed description.

If v-analyzer cannot find the path of your V installation, it is required to specify the path to it manually in the configs custom_vroot field.

Reference the the config file in the repository: v-analyzer/.v-analyzer/config.toml

Clone this wiki locally