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
2019-08-22 17:36:17 +02:00
parent 6711ae6453
commit 3aefdbd21a
244 changed files with 9486 additions and 3395 deletions

View File

@ -1,5 +1,71 @@
snippet !
!important
snippet ac
align-content ${0}
snippet ac:s
align-content start
snippet ac:e
align-content end
snippet ac:c
align-content center
snippet ac:fs
align-content flex-start
snippet ac:fe
align-content flex-end
snippet ac:sb
align-content space-between
snippet ac:sa
align-content space-around
snippet ac:se
align-content space-evenly
snippet ac:st
align-content stretch
snippet ac:b
align-content baseline
snippet ac:fb
align-content first baseline
snippet ac:lb
align-content last baseline
snippet ai
align-items ${0}
snippet ai:s
align-items start
snippet ai:e
align-items end
snippet ai:c
align-items center
snippet ai:fs
align-items flex-start
snippet ai:fe
align-items flex-end
snippet ai:st
align-items stretch
snippet ai:b
align-items baseline
snippet ai:fb
align-items first baseline
snippet ai:lb
align-items last baseline
snippet as
align-self ${0}
snippet as:s
align-self start
snippet as:e
align-self end
snippet as:c
align-self center
snippet as:st
align-self stretch
snippet as:fs
align-self flex-start
snippet as:fe
align-self flex-end
snippet as:b
align-self baseline
snippet as:fb
align-self first baseline
snippet as:lb
align-self last baseline
snippet bdi:m+
-moz-border-image url(${1}) ${2:0} ${3:0} ${4:0} ${5:0} ${6:stretch} ${0:stretch}
snippet bdi:m
@ -379,10 +445,12 @@ snippet d:mis
display -moz-inline-stack
snippet d:b
display block
snippet d:f
display flex
snippet d:cp
display compact
snippet d:g
display grid
snippet d:f
display flex
snippet d:ib
display inline-block
snippet d:itb
@ -533,6 +601,74 @@ snippet fw:n
font-weight normal
snippet f
font ${0}
snippet g
grid ${0}
snippet gaf
grid-auto-flow ${0}
snippet gaf+
grid-auto-flow ${1:row} ${0:dense}
snippet gaf:r
grid-auto-flow row
snippet gaf:c
grid-auto-flow column
snippet gaf:d
grid-auto-flow dense
snippet gaf:rd
grid-auto-flow row dense
snippet gaf:cd
grid-auto-flow column dense
snippet gar
grid-auto-rows ${0}
snippet gar:a
grid-auto-rows auto
snippet gar:mac
grid-auto-rows max-content
snippet gar:mic
grid-auto-rows min-content
snippet gac
grid-auto-columns ${0}
snippet gac:a
grid-auto-columns auto
snippet gac:mac
grid-auto-columns max-content
snippet gac:mic
grid-auto-columns min-content
snippet gt
grid-template ${0}
snippet gt+
grid-template ${1} / ${0}
snippet gtr
grid-template-rows ${0}
snippet gtc
grid-template-columns ${0}
snippet gta
grid-template-areas ${0}
snippet gg
grid-gap ${0}
snippet gg+
grid-gap ${1} ${0}
snippet gg:0
grid-gap 0
snippet grg
grid-row-gap ${0}
snippet grg:0
grid-row-gap 0
snippet gcg
grid-column-gap ${0}
snippet gcg:0
grid-column-gap 0
snippet gr
grid-row ${1} / ${0}
snippet grs
grid-row-start ${0}
snippet gre
grid-row-end ${0}
snippet gc
grid-column ${1} / ${0}
snippet gcs
grid-column-start ${0}
snippet gce
grid-column-end ${0}
snippet h
height ${0}
snippet h:a
@ -701,6 +837,28 @@ snippet p:2
padding ${1:0} ${0:0}
snippet p:0
padding 0
snippet pc
place-content ${0}
snippet pc+
place-content ${1} ${0}
snippet pc:s
place-content start
snippet pc:e
place-content end
snippet pc:c
place-content center
snippet pc:fs
place-content flex-start
snippet pc:fe
place-content flex-end
snippet pc:sb
place-content space-between
snippet pc:sa
place-content space-around
snippet pc:se
place-content space-evenly
snippet pc:st
place-content stretch
snippet pgba
page-break-after ${0}
snippet pgba:aw
@ -727,6 +885,18 @@ snippet pgbi:a
page-break-inside auto
snippet pgbi:av
page-break-inside avoid
snippet pi
place-items ${0}
snippet pi+
place-items ${1:stretch} ${0:stretch}
snippet pi:s
place-items start
snippet pi:e
place-items end
snippet pi:c
place-items center
snippet pi:st
place-items stretch
snippet pos
position ${0}
snippet pos:a
@ -737,6 +907,18 @@ snippet pos:r
position relative
snippet pos:s
position static
snippet ps
place-self ${0}
snippet ps+
place-self ${1:stretch} ${0:stretch}
snippet ps:s
place-self start
snippet ps:e
place-self end
snippet ps:c
place-self center
snippet ps:st
place-self stretch
snippet q
quotes ${0}
snippet q:en
@ -993,7 +1175,47 @@ snippet for
for ${1:i} in ${0}
snippet keyf
@keyframes ${0}
snippet jc
justify-content ${0}
snippet jc:s
justify-content start
snippet jc:e
justify-content end
snippet jc:c
justify-content center
snippet jc
justify-content
snippet jc:fs
justify-content flex-start
snippet jc:fe
justify-content flex-end
snippet jc:sb
justify-content space-between
snippet jc:sa
justify-content space-around
snippet jc:se
justify-content space-evenly
snippet jc:st
justify-content space-evenly
snippet jc:l
justify-content left
snippet jc:r
justify-content right
snippet ji
justify-items ${0}
snippet ji:s
justify-items start
snippet ji:e
justify-items end
snippet ji:c
justify-items center
snippet ji:st
justify-items stretch
snippet js
justify-self ${0}
snippet js:s
justify-self start
snippet js:e
justify-self end
snippet js:c
justify-self center
snippet js:st
justify-self stretch