add nvim spell and snippets
This commit is contained in:
6
nvim/nvim.symlink/snippets/gitcommit.snippets
Normal file
6
nvim/nvim.symlink/snippets/gitcommit.snippets
Normal file
@@ -0,0 +1,6 @@
|
||||
# skip jshint checking on push
|
||||
snippet jsh
|
||||
!skip_jshint
|
||||
# add ticket number to commit
|
||||
snippet ref
|
||||
refs:#${1}
|
||||
Reference in New Issue
Block a user