1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Various small update

This commit is contained in:
jdhao
2019-09-16 23:59:09 +08:00
parent 6d10ef8378
commit a28c908c66
6 changed files with 71 additions and 374249 deletions

View File

@@ -12,3 +12,7 @@ snippet print "Print value of some variable"
print("$1".format($2))
$0
endsnippet
snippet impa "import FOO as BAR" b
import ${1:FOO} as ${2:BAR}
endsnippet