- [ ] Tags
- [X] Headings
- [X] Bold, italic, code, underline
- …
The project is thought to be easily installable with no dependencies so that people in any environment can get it. The easiest way to install it is through this shell script
for folder in ftdetect syntax; do
mkdir -p ~/.vim/$folder
url="https://raw.githubusercontent.com/alejandrogallo/org-syntax.vim/main/$folder/org.vim"
wget $url -O ~/.vim/$folder/org.vim
done
or if you are using a package manager for vim then simply
you would write something like in your ~/.vimrc
Plug 'alejandrogallo/org-syntax.vim'
The initial code has been taken from the =vim-orgmode= project and has been adapted with permission of the author.