diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-06-13 15:25:03 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-06-13 15:25:03 +0200 |
| commit | 11951ab7660595485b4694e5a90657c26b37e697 (patch) | |
| tree | f7e9c83bbf927fd8cedd95afca7cab38fe3936da /nvim/lua | |
| parent | cc5c736fae98e6bb4526aedac1bd23065f07efb7 (diff) | |
| download | dots-11951ab7660595485b4694e5a90657c26b37e697.tar.gz | |
Add hardtime.nvim
Diffstat (limited to 'nvim/lua')
| -rw-r--r-- | nvim/lua/custom/plugins/motions.lua | 8 |
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 = {}, + }, +} |