summaryrefslogtreecommitdiffstats
path: root/nvim/lua/custom/plugins/motions.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/custom/plugins/motions.lua')
-rw-r--r--nvim/lua/custom/plugins/motions.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/nvim/lua/custom/plugins/motions.lua b/nvim/lua/custom/plugins/motions.lua
new file mode 100644
index 0000000..6c30e13
--- /dev/null
+++ b/nvim/lua/custom/plugins/motions.lua
@@ -0,0 +1,8 @@
+return {
+ {
+ 'm4xshen/hardtime.nvim',
+ lazy = false,
+ dependencies = { 'MunifTanjim/nui.nvim' },
+ opts = {},
+ },
+}