[MINOR] nvim removed hardtime and fixed Mason icons

This commit is contained in:
Afonso Franco 2023-05-25 00:14:21 +01:00
parent 1b4603b394
commit eebb660b71
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
3 changed files with 16 additions and 9 deletions

View file

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