Author Topic: Coloring your Pkgfile edition (via vim)  (Read 4962 times)

Thierry

  • Administrator
  • Hero Member
  • *****
  • Posts: 706
  • Karma: +13/-0
  • Gender: Male
    • NuTyX distribution
Coloring your Pkgfile edition (via vim)
« on: Wed Jun 18 08:25:30 2014 »
Hello

A little trick to write your Pkgfile with colorful information ;)

Add to your .vimrc file
Code: [Select]
au! BufNewFile,BufRead Pkgfile setf sh

You will have a more readable Pkgfile
++