Merge pull request #68 from cheriimoya/make-plugin-noob-friendly

made readme more noob friendly
This commit is contained in:
Leandro Freitas
2021-03-20 13:01:28 -04:00
committed by GitHub

View File

@@ -14,6 +14,14 @@ If your Vim installation does **not** have Python support, this plugin **will wo
cd todo.txt-vim cd todo.txt-vim
cp -R * ~/.vim cp -R * ~/.vim
Also make sure your .vimrc contains
syntax on
filetype plugin on
You can set the `<localleader>` in your .vimrc file with
let maplocalleader="<yourKey>"
This plugin gives syntax highlighting to [todo.txt](http://todotxt.com/) files. It also defines a few mappings, to help with editing these files: This plugin gives syntax highlighting to [todo.txt](http://todotxt.com/) files. It also defines a few mappings, to help with editing these files: