1
0
mirror of https://github.com/amix/vimrc synced 2025-09-15 00:24:59 +08:00

Update vim-snippets.

This commit is contained in:
Kurtis Moxley
2022-05-19 22:57:32 +08:00
parent 421583d7d6
commit 5608a81ee4
24 changed files with 962 additions and 263 deletions

View File

@ -104,4 +104,13 @@ snippet local "local x = 1"
local ${1:x} = ${0:1}
endsnippet
snippet use "Use" Ab
use { '$1' }
endsnippet
snippet req "Require"
require('$1')
endsnippet
# vim:ft=snippets: