[nvim] fix snippets
This commit is contained in:
parent
12a2618c51
commit
3c3f2876de
@ -1,4 +0,0 @@
|
|||||||
snippet ftpu "FTP users"
|
|
||||||
- login: ${1:${VISUAL}}
|
|
||||||
password: ${2}
|
|
||||||
path: ${3}
|
|
||||||
36
private_dot_config/nvim/snippets/yaml.snippets
Normal file
36
private_dot_config/nvim/snippets/yaml.snippets
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
snippet ftpu "FTP users"
|
||||||
|
- login: ${1:${VISUAL}}
|
||||||
|
password: ${2}
|
||||||
|
path: ${3}
|
||||||
|
snippet BUG "BUG"
|
||||||
|
:BUG:jrabier:`strftime("%Y%m%d")`: ${1}
|
||||||
|
snippet DEBUG "DEBUG"
|
||||||
|
:DEBUG:jrabier:`strftime("%Y%m%d")`: ${1}
|
||||||
|
snippet WARNING "WARNING"
|
||||||
|
:WARNING:jrabier:`strftime("%Y%m%d")`: ${1}
|
||||||
|
snippet TODO "TODO"
|
||||||
|
:TODO:jrabier:`strftime("%Y%m%d")`: ${1}
|
||||||
|
snippet COMMENT "COMMENT"
|
||||||
|
:COMMENT:jrabier:`strftime("%Y%m%d")`: ${1}
|
||||||
|
snippet DOC "DOC"
|
||||||
|
:DOC:jrabier:`strftime("%Y%m%d")`: ${1}
|
||||||
|
snippet EXPIRE "EXPIRE"
|
||||||
|
:EXPIRE:jrabier:`strftime("%Y%m%d")`: ${1}
|
||||||
|
|
||||||
|
|
||||||
|
snippet client_contacts "Client contacts"
|
||||||
|
- name: ${1:${VISUAL}}
|
||||||
|
email: ${2}
|
||||||
|
admin: ${3}
|
||||||
|
tech: ${4}
|
||||||
|
hno_phone: ${5}
|
||||||
|
hno_comment: ${6}
|
||||||
|
|
||||||
|
snippet local_admins "Local Admins"
|
||||||
|
- name: ${1:${VISUAL}}
|
||||||
|
firstname: ${2}
|
||||||
|
lastname: ${3}
|
||||||
|
shell: /bin/bash
|
||||||
|
password:
|
||||||
|
key: ${4}
|
||||||
|
email: ${5}
|
||||||
Loading…
x
Reference in New Issue
Block a user