misc tweaks

This commit is contained in:
Barrett Ruth 2026-02-13 13:19:26 -05:00
parent 6e7605a562
commit e671275e26
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
6 changed files with 16 additions and 10 deletions

View file

@ -5,11 +5,11 @@ return {
},
{
dir = '~/dev/diffs.nvim',
'barrettruth/diffs.nvim',
enabled = true,
init = function()
vim.g.diffs = {
debug = true,
-- debug = '/tmp/diffs.log',
filetypes = { 'fugitive', 'git', 'gitcommit', 'diff' },
hide_prefix = true,
highlights = {
vim = {