$ 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
- Edit ~/.vimrc file by typing the command: vi ~/.vimrc
- Append the following option
- syntax on
- Save and close the file
- Test it by running vim command: vim foo.sh