diff --git a/.config/nvim/lua/plugins/hardtime.lua b/.config/nvim/lua/plugins/hardtime.lua new file mode 100644 index 0000000..81d3920 --- /dev/null +++ b/.config/nvim/lua/plugins/hardtime.lua @@ -0,0 +1,13 @@ +return { + { + "m4xshen/hardtime.nvim", + dependencies = { "MunifTanjim/nui.nvim", "nvim-lua/plenary.nvim" }, + opts = { + max_count = 100, + restriction_mode = "hint", + disable_mouse = false, + restricted_keys = {}, + disabled_keys = {}, + }, + }, +} diff --git a/.config/nvim/lua/plugins/text.lua b/.config/nvim/lua/plugins/text.lua new file mode 100644 index 0000000..384c4fb --- /dev/null +++ b/.config/nvim/lua/plugins/text.lua @@ -0,0 +1,6 @@ +return { + { + "dbmrq/vim-ditto", + lazy = false, + }, +}