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