chore: Added hardtime.nvim to remove bad habits

This commit is contained in:
2023-05-24 12:56:22 +01:00
parent 26b87c09ee
commit 228bdd8b54

View File

@@ -36,6 +36,13 @@ lazy.setup({
'tpope/vim-surround',
'tpope/vim-obsession',
{
'm4xshen/hardtime.nvim',
config = function()
require 'hardtime'.setup {}
end
},
--Tmux navigation
{
'alexghergh/nvim-tmux-navigation',
@@ -71,7 +78,8 @@ lazy.setup({
end
},
{'stevearc/oil.nvim',
{
'stevearc/oil.nvim',
config = function()
require("oil").setup()
end