summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Beniamine <david@beniamine.net>2019-11-12 21:20:30 +0100
committerDavid Beniamine <david@beniamine.net>2019-11-12 21:20:30 +0100
commit4205e1c690ddd2442243f6c9f502c0221e301070 (patch)
treec113b2f681411eabbc6731e77508ce93583bf562
parentba4854e3659348cedaede9340ac93280134b079e (diff)
downloadtodo.txt-vim-4205e1c690ddd2442243f6c9f502c0221e301070.zip
Make Readme more user friendly
Fix #41
-rw-r--r--README.markdown7
-rw-r--r--doc/todo.txt5
2 files changed, 12 insertions, 0 deletions
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,