AutoYADM commit: 2024-12-28 18:15:02
This commit is contained in:
parent
d8f17c65b9
commit
33524c8e4f
2 changed files with 15 additions and 0 deletions
|
@ -78,6 +78,7 @@
|
|||
"plenary.nvim": { "branch": "master", "commit": "2d9b06177a975543726ce5c73fca176cedbffe9d" },
|
||||
"pomo.nvim": { "branch": "main", "commit": "7e06e5221d8d1e596a0ab29dd4d7fcee5f3cd05a" },
|
||||
"presence.nvim": { "branch": "main", "commit": "df0a0b52cd0799e99d1b76805d1357ae9c0d017d" },
|
||||
"qmk.nvim": { "branch": "main", "commit": "ad51cb15e607da0983fcf9882d38a2aafac32149" },
|
||||
"refactoring.nvim": { "branch": "master", "commit": "2db6d378e873de31d18ade549c2edba64ff1c2e3" },
|
||||
"render-markdown.nvim": { "branch": "main", "commit": "ba6253d9673daf0cf394b87b2c2ecb7630944c7d" },
|
||||
"rustaceanvim": { "branch": "master", "commit": "6db1fe9e3f005b2e0921c7302d2c195eeb90a451" },
|
||||
|
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue