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:
Amir Salihefendic
2018-11-01 11:03:42 +01:00
parent 44dca49794
commit d2d303593e
105 changed files with 2141 additions and 510 deletions

View File

@ -37,3 +37,7 @@ snippet ff "form_for" w
<%= submit "Submit" %>
<% end %>
endsnippet
snippet gt "gettext" w
<%= gettext("${0:${VISUAL}}") %>
endsnippet