1
0
mirror of https://github.com/amix/vimrc synced 2025-06-16 01:25:00 +08:00

Updated plugins

This commit is contained in:
amix
2019-12-12 23:01:41 +01:00
parent 901655ef04
commit cb57890701
7 changed files with 66 additions and 10 deletions

View File

@ -1,7 +1,7 @@
extends verilog
# Foreach Loop
snippet fe
snippet forea
foreach (${1}) begin
${0}
end