Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gucio321/libremath-vim
Libre Office Math syntax for Vim
https://github.com/gucio321/libremath-vim
libreoffice-math vim vim-plugin vim-plugins
Last synced: 7 days ago
JSON representation
Libre Office Math syntax for Vim
- Host: GitHub
- URL: https://github.com/gucio321/libremath-vim
- Owner: gucio321
- License: gpl-3.0
- Created: 2022-03-08T18:32:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T11:27:16.000Z (about 1 year ago)
- Last Synced: 2024-05-01T16:14:16.138Z (7 months ago)
- Topics: libreoffice-math, vim, vim-plugin, vim-plugins
- Language: Vim Script
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LIBREMATH-VIM
## DESCRIPTION
Libremath-vim is a syntax highlighting for [Vim](https://github.com/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](https://documentation.libreoffice.org/assets/Uploads/Documentation/en/GS5.1/HTML/GS5109-GettingStartedWithMath.html)
you can see explanation what is exactly LibreOffice Math.And here is a [LibreOffice Math Guide](https://documentation.libreoffice.org/assets/Uploads/Documentation/en/MG7.0/MG70-MathGuide.pdf)
## 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](https://github.com/VundleVim/Vundle.vim)```vim
Plugin 'gucio321/libremath-vim'
```I strongly recommend using Vundle as I haven't tested the plugin other way :grinning:.
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.