1
0
mirror of https://github.com/amix/vimrc synced 2025-07-14 07:15:01 +08:00

Update the plugins

This commit is contained in:
Rob Loach
2024-09-19 00:58:15 -04:00
parent ee7e062909
commit 22cf44758f
197 changed files with 306893 additions and 203607 deletions

View File

@ -612,6 +612,8 @@ snippet debug18
require 'ruby-debug'; debugger
snippet pry
require 'pry'; binding.pry
snippet irb
binding.irb
snippet strf
strftime('${1:%Y-%m-%d %H:%M:%S %z}')${0}
#