Skip to content

Commit 8dd316d

Browse files
author
Prime Again
committed
automated dev commit
1 parent 5c4207b commit 8dd316d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lua/theprimeagen/lazy/local.lua

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11

22
local local_plugins = {
3+
{
4+
"streamer",
5+
dir = "~/personal/eleven-streamer/",
6+
dependencies = {
7+
"samsze0/websocket.nvim",
8+
"samsze0/utils.nvim",
9+
},
10+
config = function() end
11+
},
12+
313
{
414
"caleb",
515
dir = "~/personal/caleb",

0 commit comments

Comments
 (0)