From e146fd2ee36d34eee59218fb46e232281db2abee Mon Sep 17 00:00:00 2001 From: Alex Vear Date: Tue, 19 Jan 2021 19:58:46 +0000 Subject: [PATCH] Mention syntax and filetype options to enable all features --- README.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.org b/README.org index a2e1964..97dbb8f 100644 --- a/README.org +++ b/README.org @@ -28,6 +28,14 @@ git clone https://github.com/axvr/org.vim ~/.vim/pack/plugins/start/org vim +'helptags ~/.vim/pack/plugins/start/org/doc/' +q #+END_SRC +Make sure the following options are set in your vimrc to enable all +functionality: + +#+BEGIN_SRC +syntax enable +filetype plugin indent on +#+END_SRC + Once installed check out the Org.vim manual (run ~:help org.txt~ to open it) for usage information and configuration options.