[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-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,7 +78,8 @@ lazy.setup({
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
|
||||||
{'stevearc/oil.nvim',
|
{
|
||||||
|
'stevearc/oil.nvim',
|
||||||
config = function()
|
config = function()
|
||||||
require("oil").setup()
|
require("oil").setup()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue