Skip to content

Commit

Permalink
# This is a combination of 3 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
  • Loading branch information
cutbypham committed Oct 25, 2021
1 parent 1c72a74 commit 7926194
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
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-s>',
['keymap.jump_to_mark'] = '<C-q>',
}
EOF
36 changes: 36 additions & 0 deletions nvim/coq-user-snippets/gitcommit.snip
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
snippet feature
🌟feature($0): $1

snippet fix
🐞fix($0): $1

snippet documents
📚documents($0): $1

snippet style
💄style($0): $1

snippet refactor
🎨refactor($0): $1

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

snippet test
✅test($0): $1

snippet chore
🔩chore($0): $1

snippet build
🔨build($0): $1

snippet ci
🤖ci($0): $1

snippet clean_code
💄style($0): clean code

snippet revert
⏪revert($0): $1

0 comments on commit 7926194

Please sign in to comment.