Posts | Tags | Categories | Archive

VIM PEPA syntax

For everyone interested in PEPA (Performance Evaluation Process Algbra) I created a small syntax plugin that will colorize syntax of any PEPA model in VIM. The plugin is hosted on github here.

Here is how it looks:

pepa vim plugin in action

Highlight lines over 79

If you want to stick to PEP8 speccification of Python syntax, you should stick to 79 line length. It is very easy to forget to follow that rule, fortunatelly vim can help you. There are many nice solution to inform ...


Text above arrows in LaTeX

Sometimes you need to place text above arrows. Let's say you need to write transitions for a labelled transition system. In fact in LaTeX this is not so obvious, especially if you want to have text above and under ...


Toggle cursorline and cursorcolumn function in VIM

It is often very comfortable to see where your cursor in VIM is. To achieve that you can use cursorcolumn and cursorline to highlight the row and the column in which you are currently present with your cursor. Below is ...

© 2012-2014 Dariusz Dwornikowski. Built using Pelican. Based on theme by Carey Metcalfe, available on GitHub, which is based on svbhack by Giulio Fidente, modified by Vincent Cheng.