Skip to content

Commit

Permalink
# This is a combination of 6 commits.
Browse files Browse the repository at this point in the history
# 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
cutbypham committed Oct 25, 2021
1 parent 7926194 commit 693651e
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 26 deletions.
2 changes: 1 addition & 1 deletion nvim/after/plugin/coq.vim
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ ino <silent><expr> <S-Tab> pumvisible() ? "\<C-p>" : "\<BS>"
lua << EOF
vim.g.coq_settings = {
['keymap.jump_to_mark'] = '<C-q>',
['keymap.jump_to_mark'] = '<C-s>',
}
EOF
23 changes: 11 additions & 12 deletions nvim/coq-user-snippets/gitcommit.snip
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,34 @@ snippet feature
🌟feature($0): $1

snippet fix
🐞fix($0): $1
🐞fix($1):

snippet documents
📚documents($0): $1
📚documents($1):

snippet style
💄style($0): $1
💄style($1):

snippet refactor
🎨refactor($0): $1
🎨refactor($1):

snippet performance
⚡️performance($0): $1
⚡️performance($1):

snippet test
✅test($0): $1
✅test($1):

snippet chore
🔩chore($0): $1
🔩chore($1):

snippet build
🔨build($0): $1
🔨build($1):

snippet ci
🤖ci($0): $1
🤖ci($1):

snippet clean_code
💄style($0): clean code
💄style($1):clean code

snippet revert
⏪revert($0): $1

⏪revert($1):
83 changes: 70 additions & 13 deletions nvim/coq-user-snippets/markdown.snip
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~~

0 comments on commit 693651e

Please sign in to comment.