Skip to content

gucio321/libremath-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LIBREMATH-VIM

DESCRIPTION

Libremath-vim is a syntax highlighting for Vim (and VIM-based editors) of LibreOffice Math formula language.

Generally that repo creates completly new fileformat called .lm (stands from Libreoffice Math). You can create such a file (e.g. by touch myFormula.lm) and than edit it (with vim myFormula.lm). After that, you should be able to copy content of that file and put 1:1 into LibreOffice Math formula field.

DOCUMENTATION AND COPYRIGHT NOTES

here you can see explanation what is exactly LibreOffice Math.

And here is a LibreOffice Math Guide

INSTALLATION

Vundle

Add the following line in your plugins list inside of .vimrc file. For issues with vundle installation, please reffer to Vundle's guides

Plugin 'gucio321/libremath-vim'

I strongly recommend using Vundle as I haven't tested the plugin other way 😀. If you did so, let me know by opening Issue with another installation isntruction.

CONTRIBUTION

Feel free to contribute to this repository. All kind of Pull Requests and Issues are welcome.

LICENSE

This vim syntax was completly written by me and shared under GPL v3 license.