Add a hardcore vim movement teacher.
This commit is contained in:
parent
b67d0342f7
commit
977a474ee8
1 changed files with 7 additions and 0 deletions
|
@ -155,6 +155,13 @@ require("lazy").setup({
|
||||||
|
|
||||||
-- mason autoinstaller for formatter's and linter's
|
-- mason autoinstaller for formatter's and linter's
|
||||||
"WhoIsSethDaniel/mason-tool-installer.nvim",
|
"WhoIsSethDaniel/mason-tool-installer.nvim",
|
||||||
|
|
||||||
|
{
|
||||||
|
-- vim teacher hard core
|
||||||
|
"m4xshen/hardtime.nvim",
|
||||||
|
dependencies = { "MunifTanjim/nui.nvim", "nvim-lua/plenary.nvim" },
|
||||||
|
opts = {},
|
||||||
|
},
|
||||||
}, {
|
}, {
|
||||||
install = {
|
install = {
|
||||||
colorscheme = { "catppuccin" },
|
colorscheme = { "catppuccin" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue