feat(waybar): some more configs
This commit is contained in:
parent
baa0921be0
commit
52cae087bf
10 changed files with 129 additions and 215 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue