description |
---|
PrestaShop 9 Development Rules |
This is a PrestaShop 9 e-commerce platform project. PrestaShop 9 is built on Symfony 6.4+ with PHP 8.1+ and uses modern architecture patterns while maintaining legacy compatibility.
set nocompatible " Disable vi-compatibility | |
set t_Co=256 | |
colorscheme xoria256 | |
set guifont=menlo\ for\ powerline:h16 | |
set guioptions-=T " Removes top toolbar | |
set guioptions-=r " Removes right hand scroll bar | |
set go-=L " Removes left hand scroll bar | |
set linespace=15 |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |