more misc packages

This commit is contained in:
Barrett Ruth 2026-02-12 00:20:14 -05:00
parent 844127d30f
commit 7ca12a38ae
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
7 changed files with 53 additions and 39 deletions

View file

@ -1,6 +1,3 @@
---@type string|nil
local prev_gitsigns_signcol = nil
return {
{
'tpope/vim-fugitive',
@ -9,9 +6,10 @@ return {
{
dir = '~/dev/diffs.nvim',
'barrettruth/diffs.nvim',
enabled = true,
init = function()
vim.g.diffs = {
debug = false,
debug = true,
hide_prefix = true,
highlights = {
vim = {