summaryrefslogtreecommitdiffstats
path: root/nvim/lua/custom/plugins
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2025-06-13 15:25:03 +0200
committerChristoph Schlosser <christoph@linux.com>2025-06-13 15:25:03 +0200
commit11951ab7660595485b4694e5a90657c26b37e697 (patch)
treef7e9c83bbf927fd8cedd95afca7cab38fe3936da /nvim/lua/custom/plugins
parentcc5c736fae98e6bb4526aedac1bd23065f07efb7 (diff)
downloaddots-11951ab7660595485b4694e5a90657c26b37e697.tar.gz
Add hardtime.nvim
Diffstat (limited to 'nvim/lua/custom/plugins')
-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 = {},
+ },
+}