notify and hardtime

This commit is contained in:
MaasOedipa 2025-12-28 07:32:50 +01:00
parent 2e762edce7
commit 5a0e2b81fc
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
return {
'm4xshen/hardtime.nvim',
lazy = false,
dependencies = { 'MunifTanjim/nui.nvim' },
opts = {},
}

View File

@ -0,0 +1,6 @@
return {
'rcarriga/nvim-notify',
lazy = false,
dependencies = { 'MunifTanjim/nui.nvim' },
opts = {},
}