From 6e228f4e644ede2e79a22c4e7cff4b5bedc714c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Os=C3=A9ias=20K=2E=20Rocha?= Date: Thu, 27 Jun 2024 21:54:41 -0300 Subject: [PATCH] Removing hardtime.nvim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Oséias K. Rocha --- init.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/init.lua b/init.lua index 8f524806..276955ac 100644 --- a/init.lua +++ b/init.lua @@ -885,11 +885,6 @@ require('lazy').setup({ -- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects end, }, - { - 'm4xshen/hardtime.nvim', - dependencies = { 'MunifTanjim/nui.nvim', 'nvim-lua/plenary.nvim' }, - opts = {}, - }, -- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the -- init.lua. If you want these files, they are in the repository, so you can just download them and