[MINOR] Added hardtime.nvim to remove bad habits
This commit is contained in:
parent
1b1d339c12
commit
eaa89ac51a
1 changed files with 12 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue