Feat: added hardtime

This commit is contained in:
RVonHoog 2024-04-10 19:21:43 -07:00
parent 23773900d9
commit 99046314cd
3 changed files with 11 additions and 5 deletions

View file

@ -0,0 +1,5 @@
return {
'm4xshen/hardtime.nvim',
dependencies = { 'MunifTanjim/nui.nvim', 'nvim-lua/plenary.nvim' },
opts = {},
}

View file

@ -2,4 +2,5 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
vim.wo.relativenumber = true
return {}