fix(browser): zen by default

This commit is contained in:
Barrett Ruth 2026-03-07 21:51:15 -05:00
parent 004e0d3e9a
commit 772322333c
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 7 additions and 3 deletions

View file

@ -225,7 +225,7 @@ return {
enabled = true,
before = function()
vim.g.diffs = {
debug = '/tmp/diffs.log',
debug = false,
integrations = { fugitive = true },
extra_filetypes = { 'diff' },
hide_prefix = false,