Como deixar o editor “VIM” colorido.
É bom deixar explicito aqui, que fiz o procedimento utilizando o Debian 5 “Lenny”.
Porém, bem provavelmente funcione nas demais distribuições.
Para instalar o vim e seus add-ons, faça o comando.
apt-get install vim vim-doc ctags vim-scripts
Após a instalação:
vim /etc/vim/vimrc
Procure pela linha:
” Vim5 and later versions support syntax highlighting. Uncommenting the next” line enables syntax highlighting by default.“syntax on
Descomente a terceira linha:
syntax on
Pronto, seu editor VIM já estará fazendo “highlighting” das palavras.



Nenhum comentario ainda