Update
Some checks are pending
Test Neovim config on push / build (ubuntu-20.04) (push) Waiting to run

This commit is contained in:
2025-05-21 18:48:17 +02:00
parent 12a3293fff
commit 1234f9bd4c
8 changed files with 57 additions and 109 deletions

View File

@@ -61,3 +61,7 @@ snippet def "Definition/Constant" b
\`define ${1:NAME} ${2:VALUE}
$0
endsnippet
snippet filename "Get Filename" b
// `pwd`/`!p snip.rv = fn`
endsnippet