AutoYADM commit: 2024-12-28 18:15:02

This commit is contained in:
Daniel Fichtinger 2024-12-28 18:15:02 -05:00
parent d8f17c65b9
commit 33524c8e4f
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,9 @@
local corne = {
"x x x x x x _ x x x x x x",
"x x x x x x _ x x x x x x",
"x x x x x x _ x x x x x x",
"_ _ _ x x x _ x x x _ _ _",
}
return {
{
"nvim-treesitter/nvim-treesitter",
@ -7,4 +13,12 @@ return {
},
},
},
{
"codethread/qmk.nvim",
opts = {
name = "corne",
layout = corne,
variant = "zmk",
},
},
}