Vim avec coloration syntaxique

$ sudo apt-get install vim-gtk

“syntax on” dans fichier conf (coloration syntaxique)
> ajouter “colo desert”  (fond plus aréable)

How to enable vim syntax colors option

  1. Edit ~/.vimrc file by typing the command: vi ~/.vimrc
  2. Append the following option
  3. syntax on
  4. Save and close the file
  5. Test it by running vim command: vim foo.sh