File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ function configurar_vim() {
148
148
149
149
# Funcion para instalar todos los plugins
150
150
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 " )
152
152
for plugin in $plugins_vim
153
153
do
154
154
echo -e " $verde Activando el plugin → $rojo $plugin$yellow "
@@ -162,13 +162,14 @@ function configurar_vim() {
162
162
mkdir -p ~ /.vim/colors 2>> /dev/null
163
163
# Creando archivos de colores, por defecto usara "monokai"
164
164
echo -e " $verde Descargando colores para sintaxis$amarillo "
165
+
165
166
if [ ! -f " ~/.vim/colors/wombat.vim" ]
166
167
then
167
168
wget http://www.vim.org/scripts/download_script.php? src_id=6657 -O ~ /.vim/colors/wombat.vim
168
169
fi
169
170
170
171
echo -e " $verde Descargando Tema$rojo Monokai$amarillo "
171
- if [ ! -f " ~/.vim/colors/monokai .vim" ]
172
+ if [ ! -f " ~/.vim/colors/monokai1 .vim" ]
172
173
then
173
174
wget https://raw.githubusercontent.com/lsdr/monokai/master/colors/monokai.vim -O ~ /.vim/colors/monokai_1.vim
174
175
fi
You can’t perform that action at this time.
0 commit comments