From 7e0a88cf8fdc04f26a5b64435efb632ebacab37e Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 10 Jun 2025 12:01:19 +0300 Subject: [PATCH] feat(nvim): add m4xshen/hardtime.nvim Signed-off-by: Ismo Vuorinen --- config/nvim/lua/plugins/ui.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/nvim/lua/plugins/ui.lua b/config/nvim/lua/plugins/ui.lua index d83da27..c968e16 100644 --- a/config/nvim/lua/plugins/ui.lua +++ b/config/nvim/lua/plugins/ui.lua @@ -61,4 +61,13 @@ return { -- Neovim plugin for locking a buffer to a window -- https://github.com/stevearc/stickybuf.nvim { 'stevearc/stickybuf.nvim', opts = {} }, + + -- Break bad habits, master Vim motions + -- https://github.com/m4xshen/hardtime.nvim + { + 'm4xshen/hardtime.nvim', + lazy = false, + dependencies = { 'MunifTanjim/nui.nvim' }, + opts = {}, + }, }