Skip to content

alejandrogallo/org-syntax.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Org Syntax for VIM

Description

Supported constructs

  • [ ] Tags
  • [X] Headings
  • [X] Bold, italic, code, underline

Installation

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'

Acknowledgements

The initial code has been taken from the =vim-orgmode= project and has been adapted with permission of the author.

Other org related projects for vim

Releases

No releases published

Packages

No packages published