Commit 5add5dc5 authored by Damian Montero's avatar Damian Montero Committed by GitHub

Adding new VIM package

parent c218091c
......@@ -119,7 +119,7 @@
If you have a compatibile (arm, i686 or x86_64) Chromebook, you can fork my Github repo and add some new packages to its <code>packages</code> directory if you managed to build them from source successfully on your device. Package recipes are simple Ruby files - here is an example:
</p>
<p>
```
<pre>
require 'package'
class Vim < Package
......@@ -150,7 +150,7 @@ class Vim < Package
puts "\tln -s ~/.vim/vimrc ~/.vimrc\n\n"
end
end
```
</pre>
</p>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment