feat(waybar): some more configs

This commit is contained in:
Barrett Ruth 2026-02-14 11:34:09 -05:00
parent baa0921be0
commit 52cae087bf
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
10 changed files with 129 additions and 215 deletions

View file

@ -61,9 +61,21 @@ return {
{
dir = '~/dev/diffs.nvim',
enabled = true,
dependencies = {
'NeogitOrg/neogit',
'sindrets/diffview.nvim',
},
init = function()
vim.g.diffs = {
filetypes = { 'fugitive', 'git', 'gitcommit', 'diff' },
filetypes = {
'fugitive',
'git',
'gitcommit',
'diff',
'NeogitStatus',
'NeogitCommitView',
'NeogitDiffView',
},
hide_prefix = true,
highlights = {
vim = {
@ -77,6 +89,23 @@ return {
}
end,
},
{
'NeogitOrg/neogit',
dependencies = {
'nvim-lua/plenary.nvim',
'sindrets/diffview.nvim',
},
cmd = 'Neogit',
opts = {
integrations = {
diffview = true,
},
},
},
{
'sindrets/diffview.nvim',
cmd = { 'DiffviewOpen', 'DiffviewFileHistory' },
},
{
'ibhagwan/fzf-lua',
keys = {