Skip to content

Commit 444f01f

Browse files
author
ThePrimeagen
committed
forgot vimbegood
1 parent e321afd commit 444f01f

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

lazy-lock.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"tokyonight.nvim": { "branch": "main", "commit": "610179f7f12db3d08540b6cc61434db2eaecbcff" },
3030
"trouble.nvim": { "branch": "main", "commit": "f1168feada93c0154ede4d1fe9183bf69bac54ea" },
3131
"undotree": { "branch": "master", "commit": "a1758ba9990b7189f601a3a5acdfc8ca3907a700" },
32+
"vim-be-good": { "branch": "master", "commit": "4fa57b7957715c91326fcead58c1fa898b9b3625" },
3233
"vim-fugitive": { "branch": "master", "commit": "f116dcc8e21021e6fbfb6b0a9f8f7b9566d933f4" },
3334
"zen-mode.nvim": { "branch": "main", "commit": "78557d972b4bfbb7488e17b5703d25164ae64e6a" }
3435
}

lua/theprimeagen/lazy/local.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ local local_plugins = {
2828
--]]
2929
end
3030
},
31+
{
32+
"chat-is-dumb", dir = "~/personal/chat_is_dumb",
33+
config = function() end
34+
},
3135
}
3236

3337
return local_plugins
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
return {
2+
"theprimeagen/vim-be-good",
3+
4+
dependencies = {
5+
"nvim-lua/plenary.nvim"
6+
},
7+
8+
config = function()
9+
end
10+
}
11+
12+

0 commit comments

Comments
 (0)