notify and hardtime
This commit is contained in:
parent
2e762edce7
commit
5a0e2b81fc
|
|
@ -0,0 +1,6 @@
|
||||||
|
return {
|
||||||
|
'm4xshen/hardtime.nvim',
|
||||||
|
lazy = false,
|
||||||
|
dependencies = { 'MunifTanjim/nui.nvim' },
|
||||||
|
opts = {},
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
return {
|
||||||
|
'rcarriga/nvim-notify',
|
||||||
|
lazy = false,
|
||||||
|
dependencies = { 'MunifTanjim/nui.nvim' },
|
||||||
|
opts = {},
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue