Removing hardtime.nvim
Signed-off-by: Oséias K. Rocha <orocha@ael.com.br>
This commit is contained in:
parent
9caa98cf08
commit
6e228f4e64
5
init.lua
5
init.lua
|
@ -885,11 +885,6 @@ require('lazy').setup({
|
||||||
-- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects
|
-- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects
|
||||||
end,
|
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
|
-- 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
|
-- init.lua. If you want these files, they are in the repository, so you can just download them and
|
||||||
|
|
Loading…
Reference in New Issue