mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
build(flake): enable for all systems
This commit is contained in:
parent
9028ed4893
commit
7e87ede672
5 changed files with 39 additions and 24 deletions
|
|
@ -38,22 +38,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,6 +123,7 @@ return {
|
|||
end,
|
||||
},
|
||||
},
|
||||
{ '/julienvincent/hunk.nvim', event = 'VeryLazy', opts = {} },
|
||||
{
|
||||
'gbprod/yanky.nvim',
|
||||
opts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue