mirror of
https://github.com/amix/vimrc
synced 2025-06-16 01:25:00 +08:00
Updated plugins. Added vim-golang as a mode
This commit is contained in:
@ -25,9 +25,8 @@ snippet for
|
||||
snippet forkv
|
||||
for [${1},${2}] in items(${3})
|
||||
${0}
|
||||
unlet $1 $2
|
||||
unlet $1 $2
|
||||
endfor
|
||||
|
||||
snippet wh
|
||||
while ${1}
|
||||
${0}
|
||||
|
Reference in New Issue
Block a user