update
This commit is contained in:
parent
1183b67b68
commit
c6dd7ac677
@ -7,5 +7,12 @@ return {
|
|||||||
G.cmd [[resize 10]]
|
G.cmd [[resize 10]]
|
||||||
G.cmd [[startinsert]]
|
G.cmd [[startinsert]]
|
||||||
end, {})
|
end, {})
|
||||||
|
G.api.nvim_create_user_command('Rgin', function()
|
||||||
|
G.cmd [[set splitbelow]]
|
||||||
|
G.cmd [[sp]]
|
||||||
|
G.cmd [[term go run ./main.go]]
|
||||||
|
G.cmd [[resize 10]]
|
||||||
|
G.cmd [[startinsert]]
|
||||||
|
end, {})
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
@ -2,5 +2,13 @@
|
|||||||
"class": {
|
"class": {
|
||||||
"prefix": "class",
|
"prefix": "class",
|
||||||
"body": "type $1 struct{$2}\n$0"
|
"body": "type $1 struct{$2}\n$0"
|
||||||
|
},
|
||||||
|
"err": {
|
||||||
|
"prefix": "err",
|
||||||
|
"body": [
|
||||||
|
"if err != nil {",
|
||||||
|
" panic(err)$1",
|
||||||
|
"}"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user