28 lines
1.2 KiB
Markdown
28 lines
1.2 KiB
Markdown
# Org mode and Outline mode syntax highlighting for Vim
|
|
|
|
Org.vim is a very minimal [Org mode][] and [Outline mode][] plugin for
|
|
[Vim](https://www.vim.org) providing only syntax highlighting and folding.
|
|
|
|
This plugin aims to replicate Vim's [existing Markdown](https://github.com/tpope/vim-markdown/)
|
|
editing experience on Org mode (and Outline mode) files, rather than trying to
|
|
be a full featured Org mode plugin -- that is what Emacs is for.
|
|
|
|
Originally created so I would be able to quickly edit and easily read Org mode
|
|
files in Vim without all _the bells and whistles_ the Emacs version provides.
|
|
It also allowed me use [Orgzly](https://github.com/orgzly/orgzly-android/)
|
|
(highly recommended) without worrying about Emacs lock-in.
|
|
|
|
## Licence
|
|
|
|
Copyright (c) 2018-2019, Alex Vear.
|
|
|
|
Org.vim is distributed under the same terms as Vim itself.
|
|
|
|
A copy of the full licence text should have been provided with this extension
|
|
in the `LICENCE` file. The license can also be viewed on the
|
|
[web](http://vimdoc.sourceforge.net/htmldoc/uganda.html#license) or by invoking
|
|
`:help license` from within Vim.
|
|
|
|
[Outline mode]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Outline-Mode.html
|
|
[Org mode]: https://orgmode.org
|