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-surround',
'tpope/vim-obsession', 'tpope/vim-obsession',
{
'm4xshen/hardtime.nvim',
config = function()
require 'hardtime'.setup {}
end
},
--Tmux navigation --Tmux navigation
{ {
'alexghergh/nvim-tmux-navigation', 'alexghergh/nvim-tmux-navigation',
@@ -71,10 +78,11 @@ lazy.setup({
end end
}, },
{'stevearc/oil.nvim', {
config = function() 'stevearc/oil.nvim',
require("oil").setup() config = function()
end require("oil").setup()
end
}, },
-------------------------------------------------------LSP---------------------------------------------- -------------------------------------------------------LSP----------------------------------------------