[nvim] fix snippets

This commit is contained in:
Julien Rabier 2023-12-07 11:21:19 +01:00
parent 12a2618c51
commit 3c3f2876de
2 changed files with 36 additions and 4 deletions

View File

@ -1,4 +0,0 @@
snippet ftpu "FTP users"
- login: ${1:${VISUAL}}
password: ${2}
path: ${3}

View 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}