vim to neovim

This commit is contained in:
2024-08-23 11:20:30 +02:00
parent 64e3e458bc
commit 3808dc2b23
26 changed files with 430 additions and 30 deletions

View File

@ -0,0 +1,10 @@
snippet sign "sign your work" b
/*******************************************************
* File: `!p snip.rv = fn`
* Author: `git config --global --get user.name`
* Scope: ${1:Extension messagerie}
* Description: $2
*******************************************************/
$0
endsnippet