This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Instalar primero | |
" vundle vim | |
" pathogen | |
set encoding=UTF-8 | |
set nocompatible " be iMproved, required | |
filetype off " required | |
syntax enable | |
set shell=bash\ -l | |
syntax on | |
" esto no hace ningun efecto por que el vim actual |