Update
This commit is contained in:
parent
06d8607268
commit
1bc0a2aef7
6
dispatch
6
dispatch
|
@ -5,7 +5,13 @@ src=`pwd`
|
||||||
targ="$HOME/.vim"
|
targ="$HOME/.vim"
|
||||||
|
|
||||||
# updated files
|
# updated files
|
||||||
|
mkdir ~/.vim;
|
||||||
|
mkdir ~/.vim/bundle;
|
||||||
cp $src/.vimrc $HOME/.vimrc;
|
cp $src/.vimrc $HOME/.vimrc;
|
||||||
cp -r $src/colors $targ/colors;
|
cp -r $src/colors $targ/colors;
|
||||||
cp -r $src/config $targ/config;
|
cp -r $src/config $targ/config;
|
||||||
cp -r $src/snippets $targ/snippets;
|
cp -r $src/snippets $targ/snippets;
|
||||||
|
|
||||||
|
# install Vundle
|
||||||
|
cd $targ/bundle;
|
||||||
|
git clone --depth=1 https://github.com/VundleVim/Vundle.vim.git;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
snippet comh
|
snippet comh
|
||||||
/**nippet definition.***********************
|
/**************************
|
||||||
* ${1:Program Name} *
|
* ${1:Program Name} *
|
||||||
* ${2: Date} *
|
* ${2: Date} *
|
||||||
***************************
|
***************************
|
||||||
|
@ -25,7 +25,7 @@ snippet comss
|
||||||
{${1:Number}} ${2:Section Title} //
|
{${1:Number}} ${2:Section Title} //
|
||||||
$0
|
$0
|
||||||
snippet comf
|
snippet comf
|
||||||
${1:RESUME DE LA FONCTION}
|
/* ${1:RESUME DE LA FONCTION}
|
||||||
*
|
*
|
||||||
* @${2:nomParam}<${3:typeParam}> ${4:Description du param}
|
* @${2:nomParam}<${3:typeParam}> ${4:Description du param}
|
||||||
*
|
*
|
||||||
|
|
|
@ -0,0 +1,58 @@
|
||||||
|
|
||||||
|
snippet comh
|
||||||
|
##########################
|
||||||
|
# ${1:Program Name} #
|
||||||
|
# ${2: Date} #
|
||||||
|
###########################
|
||||||
|
# Designed & Developed by #
|
||||||
|
# xdrm-brackets #
|
||||||
|
###########################
|
||||||
|
# https://xdrm.io/ #
|
||||||
|
###########################
|
||||||
|
$0
|
||||||
|
snippet comc
|
||||||
|
# [${1:Number}] ${2:Chapter Title}
|
||||||
|
#========================================================#
|
||||||
|
$0
|
||||||
|
snippet comcc
|
||||||
|
# (${1:Number}) ${2:Chapter Title}
|
||||||
|
#--------------------------------------------------------#
|
||||||
|
$0
|
||||||
|
snippet coms
|
||||||
|
# (${1:Number}) ${2:Section Title} #
|
||||||
|
$0
|
||||||
|
snippet comss
|
||||||
|
# {${1:Number}} ${2:Section Title} #
|
||||||
|
$0
|
||||||
|
snippet comf
|
||||||
|
# ${1:RESUME DE LA FONCTION}
|
||||||
|
#
|
||||||
|
# @${2:nomParam}<${3:typeParam}> ${4:Description du param}
|
||||||
|
#
|
||||||
|
# @return ${5:nomRetour}<${6:typeRetour}> ${7:Description du retour}
|
||||||
|
#
|
||||||
|
#/${8:}
|
||||||
|
$0
|
||||||
|
snippet comcf
|
||||||
|
# [${1:Number}] ${2:Chapter Title}
|
||||||
|
#
|
||||||
|
# @inputname<inputype> inputdesc
|
||||||
|
#
|
||||||
|
# @return outputname<outputtype> outputdesc
|
||||||
|
#
|
||||||
|
#========================================================#
|
||||||
|
$0
|
||||||
|
snippet comccf
|
||||||
|
# (${1:Number}) ${2:Chapter Title}
|
||||||
|
#
|
||||||
|
# @inputname<inputype> inputdesc
|
||||||
|
#
|
||||||
|
# @return outputname<outputtype> outputdesc
|
||||||
|
#
|
||||||
|
#--------------------------------------------------------#
|
||||||
|
$0
|
||||||
|
snippet comt
|
||||||
|
################################################
|
||||||
|
####${1: Titre }####
|
||||||
|
################################################
|
||||||
|
$0
|
|
@ -0,0 +1,58 @@
|
||||||
|
|
||||||
|
snippet comh
|
||||||
|
##########################
|
||||||
|
# ${1:Program Name} #
|
||||||
|
# ${2: Date} #
|
||||||
|
###########################
|
||||||
|
# Designed & Developed by #
|
||||||
|
# xdrm-brackets #
|
||||||
|
###########################
|
||||||
|
# https://xdrm.io/ #
|
||||||
|
###########################
|
||||||
|
$0
|
||||||
|
snippet comc
|
||||||
|
# [${1:Number}] ${2:Chapter Title}
|
||||||
|
#========================================================#
|
||||||
|
$0
|
||||||
|
snippet comcc
|
||||||
|
# (${1:Number}) ${2:Chapter Title}
|
||||||
|
#--------------------------------------------------------#
|
||||||
|
$0
|
||||||
|
snippet coms
|
||||||
|
# (${1:Number}) ${2:Section Title} #
|
||||||
|
$0
|
||||||
|
snippet comss
|
||||||
|
# {${1:Number}} ${2:Section Title} #
|
||||||
|
$0
|
||||||
|
snippet comf
|
||||||
|
# ${1:RESUME DE LA FONCTION}
|
||||||
|
#
|
||||||
|
# @${2:nomParam}<${3:typeParam}> ${4:Description du param}
|
||||||
|
#
|
||||||
|
# @return ${5:nomRetour}<${6:typeRetour}> ${7:Description du retour}
|
||||||
|
#
|
||||||
|
#/${8:}
|
||||||
|
$0
|
||||||
|
snippet comcf
|
||||||
|
# [${1:Number}] ${2:Chapter Title}
|
||||||
|
#
|
||||||
|
# @inputname<inputype> inputdesc
|
||||||
|
#
|
||||||
|
# @return outputname<outputtype> outputdesc
|
||||||
|
#
|
||||||
|
#========================================================#
|
||||||
|
$0
|
||||||
|
snippet comccf
|
||||||
|
# (${1:Number}) ${2:Chapter Title}
|
||||||
|
#
|
||||||
|
# @inputname<inputype> inputdesc
|
||||||
|
#
|
||||||
|
# @return outputname<outputtype> outputdesc
|
||||||
|
#
|
||||||
|
#--------------------------------------------------------#
|
||||||
|
$0
|
||||||
|
snippet comt
|
||||||
|
################################################
|
||||||
|
####${1: Titre }####
|
||||||
|
################################################
|
||||||
|
$0
|
Loading…
Reference in New Issue