diff --git a/.config/nvim/rules/biome.json b/.config/nvim/rules/biome.json index 8bf75951..0789721f 100644 --- a/.config/nvim/rules/biome.json +++ b/.config/nvim/rules/biome.json @@ -1,5 +1,6 @@ { - "$schema": "https://biomejs.dev/schemas/1.6.3/schema.json", + // Use the schema of the version installed from mason + "$schema": "~/.local/share/nvim/mason/packages/biome/node_modules/@biomejs/biome/configuration_schema.json", "organizeImports": { "enabled": true }, @@ -26,6 +27,11 @@ "all": true } }, + "vcs": { + "enabled": true, + "clientKind": "git", + "useIgnoreFile": true + }, "json": { "parser": { "allowComments": true } // for `tsconfig.json` }