blob: 1e0aec3665c68396a1f8769d6fb58c67f3873f9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
return {
{
"andweeb/presence.nvim",
event = { "BufReadPost", "BufNewFile" },
opts = {
main_image = "file",
},
},
{
"NStefan002/screenkey.nvim",
cmd = "Screenkey",
version = "*",
config = true
},
{
"eandrju/cellular-automaton.nvim",
cmd = "CellularAutomaton",
},
}
|