Skip to content

Commit

Permalink
feat(nvim): Add hardtime.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Mar 8, 2024
1 parent a98ddb5 commit 6a02a81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nvim/lua/my/configure/hardtime.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
return {
'm4xshen/hardtime.nvim',
dependencies = { 'MunifTanjim/nui.nvim', 'nvim-lua/plenary.nvim' },
opts = {},
lazy = false,
}

0 comments on commit 6a02a81

Please sign in to comment.