dotfiles/.config/nvim/snippets/lua.json

7 lines
114 B
JSON

{
"table": {
"description": "Pretty Lua table.",
"prefix": "tbl",
"body": ["{", "\t$0", "},"]
}
}