summaryrefslogtreecommitdiffstats
path: root/nvim/lua/custom/plugins/motions.lua
blob: 6c30e131cc95643884d9e16825c51e171c2e8769 (plain)
1
2
3
4
5
6
7
8
return {
  {
    'm4xshen/hardtime.nvim',
    lazy = false,
    dependencies = { 'MunifTanjim/nui.nvim' },
    opts = {},
  },
}