Official NuTyX forums

Help => Beginners => Topic started by: Thierry on Wed Jun 18 08:25:30 2014

Title: Coloring your Pkgfile edition (via vim)
Post by: Thierry 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
++