mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-11 18:04:25 +02:00
enc: add config cheatsheet keymaps
This commit is contained in:
parent
a4e2d9ec21
commit
5206ccb56e
7 changed files with 124 additions and 231 deletions
33
mysnippets/javascript/snippets.json
Normal file
33
mysnippets/javascript/snippets.json
Normal file
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"author": {
|
||||
"prefix": "@author",
|
||||
"body": [
|
||||
"/*",
|
||||
"Author = Pojok Code",
|
||||
"email = pojokcodeid@gmail.com",
|
||||
"Github = https://github.com/pojokcodeid",
|
||||
"Youtube = https://youtube.com/pojokcode",
|
||||
"Date = $CURRENT_YEAR-$CURRENT_MONTH-${CURRENT_DATE}",
|
||||
"File = $TM_FILENAME",
|
||||
"note = Penyalahgunaan kode ini bukan tanggung jawab pojok code",
|
||||
"*/",
|
||||
"$1"
|
||||
],
|
||||
"description": "Komentar Author"
|
||||
},
|
||||
"/*": {
|
||||
"prefix": "/*",
|
||||
"body": ["/*", "* $1", "*/"],
|
||||
"description": "Komentar"
|
||||
},
|
||||
"/": {
|
||||
"prefix": "/",
|
||||
"body": "// $1",
|
||||
"description": "Komentar"
|
||||
},
|
||||
"function": {
|
||||
"prefix": "function",
|
||||
"body": ["function $1($2) {", "$0", "}"],
|
||||
"description": "function"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue