-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# This is a combination of 6 commits.
# This is the 1st commit message: 🌟feature(nvim): coq # The commit message #2 will be skipped: # 🌟feature(): nvmi # The commit message #3 will be skipped: # 🌟feature(tinh te): nvim # The commit message #4 will be skipped: # 🌟feature(nvim): git commit message # The commit message #5 will be skipped: # 🌟feature(): nvim # The commit message #6 will be skipped: # 🌟feature(nvim): git commits snippet
- Loading branch information
Showing
3 changed files
with
82 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,74 @@ | ||
snippet snip | ||
alias s | ||
snippet ${0:name} | ||
alias ${1:altname} | ||
${2:snippet} | ||
snippet talk-show | ||
# Talk show $strftime("%b %d, %Y") | ||
|
||
📚 Chapters | ||
|
||
- 0:00 Hi | ||
|
||
**Note:** | ||
|
||
snippet tra_chanh_chem_gio | ||
alias tra | ||
# Trà chanh chém gió $1 | ||
Vào nói chuyện cùng chủ hội: $2 | ||
**Chủ đề:** | ||
1. $3 | ||
Video production: Phạm Tấn Thuận | ||
See all link: https://bio.link/gdscstu | ||
- $1 | ||
|
||
👋 Hi folks | ||
• I'm a random nerd, finding something fun to do every day. | ||
• Filming yourself for fun while I live in the earth. | ||
• I disable comment by default. So if you have something want to talk with me go to the link below. | ||
• Connect with me: https://bio.link/thuanpham2311 | ||
|
||
==DISCLAIMER== | ||
My stories, lessons, and advice are my personal experience, not reflecting opinions from any organization or company. | ||
|
||
==© copyright== | ||
• There is no need to email me for permission. | ||
• Use my content however you want! Email it, share it, reprint it with or without credit. | ||
• Change it around, put in a bunch of swear words and attribute them to me. | ||
⇒ It's okay! You just DO WHAT THE F**K YOU WANT TO. | ||
|
||
#thuanpham2311 | ||
|
||
snippet post | ||
--- | ||
title: $1 | ||
author: thuanpham2311 | ||
date: "%Y-%m-%d %H:%M" | ||
categories: [Blogging] | ||
tags: [$2] | ||
--- | ||
|
||
$3 | ||
|
||
**Reference** | ||
|
||
- Thông tin về tui: <https://bio.link/thuanpham2311> | ||
|
||
--- | ||
|
||
**DISCLAIMER** | ||
|
||
Những câu chuyện, bài học và lời khuyên của tui là những trải nghiệm riêng của cá nhân, không phản ánh ý kiến từ những tổ chức hay công ty nào. Đa phần lời tui viết là chém gió, nên mấy chế nên suy ngẫm nó có phù hợp với hoàn cảnh của bản thân không nha. | ||
|
||
snippet video | ||
--- | ||
- Author: $1 | ||
- Link: $2 | ||
> #video | ||
|
||
snippet article | ||
--- | ||
- Author: $1 | ||
- Link: $2 | ||
> #article | ||
|
||
snippet shortLink | ||
--- | ||
redirect_to: $1 | ||
--- | ||
|
||
snippet ~~ | ||
*$0* | ||
|
||
snippet ** | ||
**$0** | ||
|
||
snippet * | ||
~~$0~~ |