From 4205e1c690ddd2442243f6c9f502c0221e301070 Mon Sep 17 00:00:00 2001 From: David Beniamine Date: Tue, 12 Nov 2019 21:20:30 +0100 Subject: [PATCH] Make Readme more user friendly Fix #41 --- README.markdown | 7 +++++++ doc/todo.txt | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/README.markdown b/README.markdown index d522204..d6b32c2 100644 --- a/README.markdown +++ b/README.markdown @@ -94,6 +94,13 @@ functionalities including: ### Installation +Todo.txt-vim is a filetype plugin, make sure that your vimrc contains : + +```vim +syntax on +filetype plugin on +``` + #### Vizardry If you have [Vizardry](https://github.com/dbeniamine/vizardry) installed, diff --git a/doc/todo.txt b/doc/todo.txt index a561db0..468301e 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -102,6 +102,11 @@ by David Beniamine. 2.3 Installation *TodoTxt-Installation* +Todo.txt-vim is a filetype plugin, make sure that your vimrc contains : +> + syntax on + filetype plugin on +< + Vizardry If you have Vizardry(https://github.com/dbeniamine/vizardry) installed,