neovim 0.12 update
This commit is contained in:
parent
d776924ffc
commit
2e6e11b86d
8 changed files with 83 additions and 72 deletions
6
.config/nvim/snippets/http.snippets
Normal file
6
.config/nvim/snippets/http.snippets
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
snippet req "new request"
|
||||
# @name ${1:name}
|
||||
${2:GET} {{QA_BASE}}/${3:api}
|
||||
$0
|
||||
|
||||
###
|
||||
Loading…
Add table
Add a link
Reference in a new issue