refactor(flake): tidy up inputs attrset

This commit is contained in:
iofq 2025-03-15 01:34:46 -05:00
parent 7e87ede672
commit 4dfe6c4c33
9 changed files with 263 additions and 295 deletions

View file

@ -9,7 +9,7 @@ return {
event = 'VeryLazy',
init = function()
vim.api.nvim_set_hl(0, 'EyelinerPrimary', { underline = true })
vim.api.nvim_set_hl(0, 'EyelinerSecondary', { underline = true })
vim.api.nvim_set_hl(0, 'EyelinerSecondary', { underline = true, bold = true })
end,
},
{ 'tiagovla/scope.nvim', event = 'VeryLazy', config = true },
@ -22,6 +22,12 @@ return {
default_args = {
DiffviewOpen = { '--imply-local' },
},
view = {
merge_tool = {
layout = "diff4_mixed",
disable_diagnostics = true,
},
},
keymaps = {
view = {
{ { "n" }, "q", vim.cmd.DiffviewClose, { desc = "Close Diffview" } },
@ -38,22 +44,22 @@ return {
{ '<leader>nb', vim.cmd.DiffviewOpen, noremap = true, desc = 'diffview open' }
},
},
-- {
-- 'NeogitOrg/neogit',
-- opts = {
-- disable_builtin_notifications = true,
-- integrations = {
-- diffview = true,
-- },
-- },
-- keys = {
-- {
-- '<leader>ng',
-- function() require('neogit').open() end,
-- { noremap = true, silent = true, desc = 'Neogit' },
-- },
-- },
-- },
{
'NeogitOrg/neogit',
opts = {
disable_builtin_notifications = true,
integrations = {
diffview = true,
},
},
keys = {
{
'<leader>ng',
function() require('neogit').open() end,
{ noremap = true, silent = true, desc = 'Neogit' },
},
},
},
{
'EdenEast/nightfox.nvim',
lazy = false,
@ -123,7 +129,6 @@ return {
end,
},
},
{ '/julienvincent/hunk.nvim', event = 'VeryLazy', opts = {} },
{
'gbprod/yanky.nvim',
opts = {