AutoYADM commit: 2025-01-25 16:00:02
This commit is contained in:
parent
7e376f176e
commit
3e59212010
2 changed files with 10 additions and 0 deletions
7
.config/nvim/snippets/lua.json
Normal file
7
.config/nvim/snippets/lua.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"table": {
|
||||
"description": "Pretty Lua table.",
|
||||
"prefix": "tbl",
|
||||
"body": ["{", "\t$0", "},"]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue