Skip to content

Commit 14b8faa

Browse files
committed
Añadido plutin vim
1 parent 885de61 commit 14b8faa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Instalar_Configuraciones.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ function configurar_vim() {
148148

149149
#Funcion para instalar todos los plugins
150150
function vim_plugins() {
151-
plugins_vim=("align closetag powerline youcompleteme xmledit autopep8 python-jedi python-indent utilsinps utl rails snippets fugitive ctrlp tlib tabular sintastic detectindent closetag align")
151+
plugins_vim=("align closetag powerline youcompleteme xmledit autopep8 python-jedi python-indent utilsinps utl rails snippets fugitive ctrlp tlib tabular sintastic detectindent closetag align syntastic")
152152
for plugin in $plugins_vim
153153
do
154154
echo -e "$verde Activando el plugin → $rojo $plugin$yellow"
@@ -162,13 +162,14 @@ function configurar_vim() {
162162
mkdir -p ~/.vim/colors 2>> /dev/null
163163
#Creando archivos de colores, por defecto usara "monokai"
164164
echo -e "$verde Descargando colores para sintaxis$amarillo"
165+
165166
if [ ! -f "~/.vim/colors/wombat.vim" ]
166167
then
167168
wget http://www.vim.org/scripts/download_script.php?src_id=6657 -O ~/.vim/colors/wombat.vim
168169
fi
169170

170171
echo -e "$verde Descargando Tema$rojo Monokai$amarillo"
171-
if [ ! -f "~/.vim/colors/monokai.vim" ]
172+
if [ ! -f "~/.vim/colors/monokai1.vim" ]
172173
then
173174
wget https://raw.githubusercontent.com/lsdr/monokai/master/colors/monokai.vim -O ~/.vim/colors/monokai_1.vim
174175
fi

0 commit comments

Comments
 (0)